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 | |
typedef TriangleT< Scalar > | Ocean::Triangle |
Definition of the Triangle object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION either with single or double precision float data type. | |
typedef TriangleT< double > | Ocean::TriangleD |
Instantiation of the TriangleT template class using a double precision float data type. | |
typedef TriangleT< float > | Ocean::TriangleF |
Instantiation of the TriangleT template class using a single precision float data type. | |