Ocean
Cylinder3.h File Reference

Go to the source code of this file.

Data Structures

class  Ocean::CylinderT3< T >
 This class implements a 3D cylinder defined by its origin, axis, radius, and (signed) starting and stopping points along its axis. More...
 

Namespaces

 Ocean
 The namespace covering the entire Ocean framework.
 

Typedefs

typedef CylinderT3< Scalar > Ocean::Cylinder3
 Definition of the Cylinder3 object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION either with single or double precision float data type. More...
 
typedef CylinderT3< double > Ocean::CylinderD3
 Definition of a 3D cylinder with double values. More...
 
typedef CylinderT3< float > Ocean::CylinderF3
 Definition of a 3D cylinder with float values. More...
 
typedef std::vector< Cylinder3 > Ocean::Cylinders3
 Definition of a vector holding Cylinder3 objects. More...