RotationImpl

data class RotationImpl(val yaw: Float, val pitch: Float) : Rotation

Constructors

Link copied to clipboard
constructor(yaw: Float, pitch: Float)

Properties

Link copied to clipboard
open override val pitch: Float

The pitch angle in degrees (vertical rotation, -90 to 90).

Link copied to clipboard
open override val yaw: Float

The yaw angle in degrees (horizontal rotation, -180 to 180).