Go to the source code of this file.
|
| namespace | Ocean |
| | The namespace covering the entire Ocean framework.
|
| |
|
| using | Ocean::Cone3 = ConeT3< Scalar > |
| | Definition of the Cone3 object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION either with single or double precision float data type.
|
| |
| using | Ocean::ConeD3 = ConeT3< double > |
| | Definition of a 3D cone with double values.
|
| |
| using | Ocean::ConeF3 = ConeT3< float > |
| | Definition of a 3D cone with float values.
|
| |
| using | Ocean::Cones3 = std::vector< Cone3 > |
| | Definition of a vector holding Cone3 objects.
|
| |