Ocean
Loading...
Searching...
No Matches
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

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