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.data
/
RotationDelta
Rotation
Delta
@
JvmRecord
data
class
RotationDelta
(
val
deltaYaw
:
Float
,
val
deltaPitch
:
Float
)
:
Record
Members
Constructors
Rotation
Delta
Link copied to clipboard
constructor
(
deltaYaw
:
Float
,
deltaPitch
:
Float
)
Properties
delta
Pitch
Link copied to clipboard
val
deltaPitch
:
Float
delta
Yaw
Link copied to clipboard
val
deltaYaw
:
Float
Functions
length
Link copied to clipboard
fun
length
(
)
:
Float
to
Vec2f
Link copied to clipboard
fun
toVec2f
(
)
:
Vec2