Ocean
Line2.h File Reference

Go to the source code of this file.

Data Structures

class  Ocean::LineT2< T >
 This class implements an infinite line in 2D space. More...
 

Namespaces

 Ocean
 The namespace covering the entire Ocean framework.
 

Typedefs

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...