Ocean
|
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< 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. | |
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< Plane3 > | Ocean::Planes3 |
Definition of a vector holding Plane3 objects. | |