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

namespace  Ocean
 The namespace covering the entire Ocean framework.
 

Typedefs

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