Ocean
Sphere3.h File Reference

Go to the source code of this file.

Data Structures

class  Ocean::SphereT3< T >
 This class implements a 3D sphere. More...
 

Namespaces

 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. 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...