Ocean
|
Go to the source code of this file.
Data Structures | |
class | Ocean::TriangleT2< T > |
This class implements a 2D triangle with Cartesian coordinates. More... | |
Namespaces | |
namespace | Ocean |
The namespace covering the entire Ocean framework. | |
Typedefs | |
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. | |
typedef TriangleT2< double > | Ocean::TriangleD2 |
Instantiation of the TriangleT2 template class using a double precision float data type. | |
typedef TriangleT2< float > | Ocean::TriangleF2 |
Instantiation of the TriangleT2 template class using a single precision float data type. | |
template<typename T > | |
using | Ocean::TrianglesT2 = std::vector< TriangleT2< T > > |
Definition of a typename alias for vectors with TriangleT2 objects. | |
typedef std::vector< Triangle2 > | Ocean::Triangles2 |
Definition of a vector holding 2D triangles. | |
typedef std::vector< TriangleF2 > | Ocean::TrianglesF2 |
Definition of a vector holding 2D triangles with single precision float data type. | |
typedef std::vector< TriangleD2 > | Ocean::TrianglesD2 |
Definition of a vector holding 2D triangles with double precision float data type. | |