Ocean
Plane3.h File Reference

Go to the source code of this file.

Data Structures

class  Ocean::PlaneT3< T >
 This class implements a plane in 3D space. More...
 

Namespaces

 Ocean
 The namespace covering the entire Ocean framework.
 

Typedefs

typedef PlaneT3< Scalar > Ocean::Plane3
 Definition of the Plane3 object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION either with single or double precision float data type. More...
 
typedef PlaneT3< double > Ocean::PlaneD3
 Definition of a 3D plane with double values. More...
 
typedef PlaneT3< float > Ocean::PlaneF3
 Definition of a 3D plane with float values. More...
 
template<typename T >
using Ocean::PlanesT3 = std::vector< PlaneT3< T > >
 Definition of a typename alias for vectors with PlaneT3 objects. More...
 
typedef std::vector< Plane3 > Ocean::Planes3
 Definition of a vector holding Plane3 objects. More...