Ocean
Cone3.h File Reference

Go to the source code of this file.

Data Structures

class  Ocean::ConeT3< T >
 This class implements a (possibly truncated) 3D cone. More...
 

Namespaces

 Ocean
 The namespace covering the entire Ocean framework.
 

Typedefs

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