Ocean
|
Go to the source code of this file.
Data Structures | |
class | Ocean::TriangleT3< T > |
This class implements a 3D triangle. More... | |
Namespaces | |
namespace | Ocean |
The namespace covering the entire Ocean framework. | |
Typedefs | |
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. | |
typedef TriangleT3< double > | Ocean::TriangleD3 |
Instantiation of the TriangleT3 template class using a double precision float data type. | |
typedef TriangleT3< float > | Ocean::TriangleF3 |
Instantiation of the TriangleT3 template class using a single precision float data type. | |
template<typename T > | |
using | Ocean::TrianglesT3 = std::vector< TriangleT3< T > > |
Definition of a typename alias for vectors with TriangleT3 objects. | |
typedef std::vector< Triangle3 > | Ocean::Triangles3 |
Definition of a vector holding 3D triangles. | |
typedef std::vector< TriangleF3 > | Ocean::TrianglesF3 |
Definition of a vector holding 3D triangles with single precision float data type. | |
typedef std::vector< TriangleD3 > | Ocean::TrianglesD3 |
Definition of a vector holding 3D triangles with double precision float data type. | |