Ocean
Triangle.h File Reference

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

 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. More...
 
typedef TriangleT< double > Ocean::TriangleD
 Instantiation of the TriangleT template class using a double precision float data type. More...
 
typedef TriangleT< float > Ocean::TriangleF
 Instantiation of the TriangleT template class using a single precision float data type. More...