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

using Ocean::Plane3 = PlaneT3< Scalar >
 Definition of the Plane3 object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION either with single or double precision float data type.
 
using Ocean::PlaneD3 = PlaneT3< double >
 Definition of a 3D plane with double values.
 
using Ocean::PlaneF3 = PlaneT3< float >
 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.
 
using Ocean::Planes3 = std::vector< Plane3 >
 Definition of a vector holding Plane3 objects.