RotationDelta

data class RotationDelta(val deltaYaw: Float, val deltaPitch: Float) : Record

Constructors

Link copied to clipboard
constructor(deltaYaw: Float, deltaPitch: Float)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun length(): Float
Link copied to clipboard
fun toVec2f(): Vec2