Go to the source code of this file.
|
| Ocean |
| The namespace covering the entire Ocean framework.
|
|
|
typedef SphereT3< Scalar > | Ocean::Sphere3 |
| Definition of the Sphere3 object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION either with single or double precision float data type. More...
|
|
typedef SphereT3< double > | Ocean::SphereD3 |
| Definition of a 3D sphere with double values. More...
|
|
typedef SphereT3< float > | Ocean::SphereF3 |
| Definition of a 3D sphere with float values. More...
|
|
typedef std::vector< Sphere3 > | Ocean::Spheres3 |
| Definition of a vector holding Shpere3 objects. More...
|
|