|
Ocean
|
Go to the source code of this file.
Data Structures | |
| class | Ocean::TriangleT< T > |
| This class implements a base class for all triangle classes. More... | |
Namespaces | |
| namespace | Ocean |
| The namespace covering the entire Ocean framework. | |
Typedefs | |
| using | Ocean::Triangle = TriangleT< Scalar > |
| Definition of the Triangle object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION either with single or double precision float data type. | |
| using | Ocean::TriangleD = TriangleT< double > |
| Instantiation of the TriangleT template class using a double precision float data type. | |
| using | Ocean::TriangleF = TriangleT< float > |
| Instantiation of the TriangleT template class using a single precision float data type. | |