Ocean
Loading...
Searching...
No Matches
Euler.h File Reference

Go to the source code of this file.

Data Structures

class  Ocean::EulerT< T >
 This class implements an euler rotation with angles: yaw, pitch and roll. More...
 

Namespaces

namespace  Ocean
 The namespace covering the entire Ocean framework.
 

Typedefs

using Ocean::Euler = EulerT< Scalar >
 Definition of the Euler object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION either with single or double precision float data type.
 
using Ocean::EulerD = EulerT< double >
 Instantiation of the EulerT template class using a double precision float data type.
 
using Ocean::EulerF = EulerT< float >
 Instantiation of the EulerT template class using a single precision float data type.
 
template<typename T >
using Ocean::EulersT = std::vector< EulerT< T > >
 Definition of a typename alias for vectors with EulerT objects.
 
using Ocean::Eulers = std::vector< Euler >
 Definition of a vector holding euler objects.