EulerAngles
EulerAngles

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

Variables
m_roll;

The roll value.

m_pitch
float m_pitch

The pitch value.

m_yaw
float m_yaw

The yaw value.

Functions
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.