Go to the source code of this file.
|
| Ocean |
| The namespace covering the entire Ocean framework.
|
|
|
using | Ocean::Pose = PoseT< Scalar > |
| Definition of the Pose object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION flag either with single or double precision float data type. More...
|
|
using | Ocean::PoseD = PoseT< double > |
| Instantiation of the ExponentialMapT template class using a double precision float data type. More...
|
|
using | Ocean::PoseF = PoseT< float > |
| Instantiation of the ExponentialMapT template class using a single precision float data type. More...
|
|
template<typename T > |
using | Ocean::PosesT = std::vector< PoseT< T > > |
| Definition of a typename alias for vectors with PoseT objects. More...
|
|
using | Ocean::Poses = std::vector< Pose > |
| Definition of a vector holding ExponentialMap objects. More...
|
|