EulerAngles
EulerAngles

Represents generic Euler Angles (roll, pitch, yaw).

EulerAngles
EulerAngles(
float roll,
float pitch,
float yaw
)

Creates an EulerAngles object.

roll
float roll() const

Gets the roll angle.

Returns

The roll Euler Angle.

pitch
float pitch() const

Gets the pitch angle.

Returns

The pitch Euler Angle.

yaw
float yaw() const

Gets the yaw angle.

Returns

The yaw Euler Angle.