Ocean
|
Go to the source code of this file.
Data Structures | |
class | Ocean::SphereT3< T > |
This class implements a 3D sphere. More... | |
Namespaces | |
namespace | Ocean |
The namespace covering the entire Ocean framework. | |
Typedefs | |
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. | |
typedef SphereT3< double > | Ocean::SphereD3 |
Definition of a 3D sphere with double values. | |
typedef SphereT3< float > | Ocean::SphereF3 |
Definition of a 3D sphere with float values. | |
typedef std::vector< Sphere3 > | Ocean::Spheres3 |
Definition of a vector holding Shpere3 objects. | |