Go to the source code of this file.
|
| namespace | Ocean |
| | The namespace covering the entire Ocean framework.
|
| |
|
| typedef LineT3< Scalar > | Ocean::Line3 |
| | Definition of the Line3 object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION either with single or double precision float data type.
|
| |
| typedef LineT3< double > | Ocean::LineD3 |
| | Instantiation of the LineT3 template class using a double precision float data type.
|
| |
| typedef LineT3< float > | Ocean::LineF3 |
| | Instantiation of the LineT3 template class using a single precision float data type.
|
| |
| template<typename T > |
| using | Ocean::LinesT3 = std::vector< LineT3< T > > |
| | Definition of a typename alias for vectors with LineT3 objects.
|
| |
| typedef std::vector< Line3 > | Ocean::Lines3 |
| | Definition of a vector holding Line3 objects.
|
| |