Go to the source code of this file.
|
| Ocean |
| The namespace covering the entire Ocean framework.
|
|
|
typedef TriangleT3< Scalar > | Ocean::Triangle3 |
| Definition of the Triangle3 object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION either with single or double precision float data type. More...
|
|
typedef TriangleT3< double > | Ocean::TriangleD3 |
| Instantiation of the TriangleT3 template class using a double precision float data type. More...
|
|
typedef TriangleT3< float > | Ocean::TriangleF3 |
| Instantiation of the TriangleT3 template class using a single precision float data type. More...
|
|
template<typename T > |
using | Ocean::TrianglesT3 = std::vector< TriangleT3< T > > |
| Definition of a typename alias for vectors with TriangleT3 objects. More...
|
|
typedef std::vector< Triangle3 > | Ocean::Triangles3 |
| Definition of a vector holding 3D triangles. More...
|
|
typedef std::vector< TriangleF3 > | Ocean::TrianglesF3 |
| Definition of a vector holding 3D triangles with single precision float data type. More...
|
|
typedef std::vector< TriangleD3 > | Ocean::TrianglesD3 |
| Definition of a vector holding 3D triangles with double precision float data type. More...
|
|