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