Go to the source code of this file.
|
| Ocean |
| The namespace covering the entire Ocean framework.
|
|
|
typedef RotationT< Scalar > | Ocean::Rotation |
| Definition of the Rotation object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION flag either with single or double precision float data type. More...
|
|
typedef RotationT< double > | Ocean::RotationD |
| Instantiation of the RotationT template class using a double precision float data type. More...
|
|
typedef RotationT< float > | Ocean::RotationF |
| Instantiation of the RotationT template class using a single precision float data type. More...
|
|
template<typename T > |
using | Ocean::RotationsT = std::vector< RotationT< T > > |
| Definition of a typename alias for vectors with RotationT objects. More...
|
|
typedef std::vector< Rotation > | Ocean::Rotations |
| Definition of a vector holding rotation objects. More...
|
|