Orientation

data class Orientation(val pitch: Float, val yaw: Float, val roll: Float)

Represents the 3D orientation (Euler angles) of a face.

Constructors

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

Properties

Link copied to clipboard

The pitch angle in degrees.

Link copied to clipboard
val roll: Float

The roll angle in degrees.

Link copied to clipboard
val yaw: Float

The yaw angle in degrees.