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.aiming.point
/
PointInsideBox
Point
Inside
Box
@
JvmRecord
data
class
PointInsideBox
:
Position
,
Record
Members
Members & Extensions
Types
Companion
Link copied to clipboard
object
Companion
Properties
box
Link copied to clipboard
val
box
:
AABB
pos
Link copied to clipboard
val
pos
:
Vec3
Functions
camera
Distance
Link copied to clipboard
fun
Position
.
cameraDistance
(
)
:
Double
camera
Distance
Sq
Link copied to clipboard
fun
Position
.
cameraDistanceSq
(
)
:
Double
distance
To
Link copied to clipboard
fun
distanceTo
(
point
:
PointInsideBox
)
:
Double
fun
distanceTo
(
point
:
Vec3
)
:
Double
distance
To
Sqr
Link copied to clipboard
fun
distanceToSqr
(
point
:
PointInsideBox
)
:
Double
fun
distanceToSqr
(
point
:
Vec3
)
:
Double
minus
Link copied to clipboard
operator
fun
minus
(
other
:
Position
)
:
PointInsideBox
plus
Link copied to clipboard
operator
fun
plus
(
other
:
Position
)
:
PointInsideBox
x
Link copied to clipboard
open
override
fun
x
(
)
:
Double
y
Link copied to clipboard
open
override
fun
y
(
)
:
Double
z
Link copied to clipboard
open
override
fun
z
(
)
:
Double