Go to the source code of this file.
|
| Ocean |
| The namespace covering the entire Ocean framework.
|
|
|
typedef TriangleT2< Scalar > | Ocean::Triangle2 |
| Definition of the Triangle2 object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION either with single or double precision float data type. More...
|
|
typedef TriangleT2< double > | Ocean::TriangleD2 |
| Instantiation of the TriangleT2 template class using a double precision float data type. More...
|
|
typedef TriangleT2< float > | Ocean::TriangleF2 |
| Instantiation of the TriangleT2 template class using a single precision float data type. More...
|
|
template<typename T > |
using | Ocean::TrianglesT2 = std::vector< TriangleT2< T > > |
| Definition of a typename alias for vectors with TriangleT2 objects. More...
|
|
typedef std::vector< Triangle2 > | Ocean::Triangles2 |
| Definition of a vector holding 2D triangles. More...
|
|
typedef std::vector< TriangleF2 > | Ocean::TrianglesF2 |
| Definition of a vector holding 2D triangles with single precision float data type. More...
|
|
typedef std::vector< TriangleD2 > | Ocean::TrianglesD2 |
| Definition of a vector holding 2D triangles with double precision float data type. More...
|
|