gForceSDK
gf::Euler Class Reference

Data type of Eulerian angle. More...

#include <Quaternion.h>

Public Member Functions

 Euler ()
 Default constructor.
 
 Euler (float pitch, float roll, float yaw)
 Constructor with 3 elements.
 
float pitch () const
 Get pitch. More...
 
float roll () const
 Get roll. More...
 
float yaw () const
 Get yaw. More...
 
std::string toString () const
 Get a human-readable value. More...
 

Detailed Description

Data type of Eulerian angle.

Member Function Documentation

◆ pitch()

float gf::Euler::pitch ( ) const
inline

Get pitch.

Returns
The pitch value

◆ roll()

float gf::Euler::roll ( ) const
inline

Get roll.

Returns
The roll value

◆ toString()

std::string gf::Euler::toString ( ) const
inline

Get a human-readable value.

Returns
Value in text for human read convenience

◆ yaw()

float gf::Euler::yaw ( ) const
inline

Get yaw.

Returns
The yaw value

The documentation for this class was generated from the following file: