LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.utils.math.geometry
/
NearestPointResult
Nearest
Point
Result
@
JvmRecord
data
class
NearestPointResult
(
val
point
:
Vec3
,
val
distanceSquared
:
Double
)
:
Record
Members
Constructors
Nearest
Point
Result
Link copied to clipboard
constructor
(
point
:
Vec3
,
distanceSquared
:
Double
)
Properties
distance
Squared
Link copied to clipboard
val
distanceSquared
:
Double
point
Link copied to clipboard
val
point
:
Vec3