Loading [MathJax]/extensions/tex2jax.js
Ocean
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Modules Pages
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

namespace  Ocean
 The namespace covering the entire Ocean framework.
 

Typedefs

typedef ConeT3< ScalarOcean::Cone3
 Definition of the Cone3 object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION either with single or double precision float data type.
 
typedef ConeT3< double > Ocean::ConeD3
 Definition of a 3D cone with double values.
 
typedef ConeT3< float > Ocean::ConeF3
 Definition of a 3D cone with float values.
 
typedef std::vector< Cone3Ocean::Cones3
 Definition of a vector holding Cone3 objects.