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

namespace  Ocean
 The namespace covering the entire Ocean framework.
 

Typedefs

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