Go to the source code of this file.
|
| Ocean |
| The namespace covering the entire Ocean framework.
|
|
|
typedef LineT2< Scalar > | Ocean::Line2 |
| Definition of the Line2 object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION either with single or double precision float data type. More...
|
|
typedef LineT2< double > | Ocean::LineD2 |
| Instantiation of the LineT2 template class using a double precision float data type. More...
|
|
typedef LineT2< float > | Ocean::LineF2 |
| Instantiation of the LineT2 template class using a single precision float data type. More...
|
|
template<typename T > |
using | Ocean::LinesT2 = std::vector< LineT2< T > > |
| Definition of a typename alias for vectors with LineT2 objects. More...
|
|
typedef std::vector< Line2 > | Ocean::Lines2 |
| Definition of a vector holding Line2 objects. More...
|
|
typedef std::vector< LineF2 > | Ocean::LinesF2 |
| Definition of a vector holding Line2 objects with single precision float data type. More...
|
|
typedef std::vector< LineD2 > | Ocean::LinesD2 |
| Definition of a vector holding Line2 objects with double precision float data type. More...
|
|