Ocean
Loading...
Searching...
No Matches
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

namespace  Ocean
 The namespace covering the entire Ocean framework.
 

Typedefs

using Ocean::Line2 = LineT2< Scalar >
 Definition of the Line2 object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION either with single or double precision float data type.
 
using Ocean::LineD2 = LineT2< double >
 Instantiation of the LineT2 template class using a double precision float data type.
 
using Ocean::LineF2 = LineT2< float >
 Instantiation of the LineT2 template class using a single precision float data type.
 
template<typename T >
using Ocean::LinesT2 = std::vector< LineT2< T > >
 Definition of a typename alias for vectors with LineT2 objects.
 
using Ocean::Lines2 = std::vector< Line2 >
 Definition of a vector holding Line2 objects.
 
using Ocean::LinesF2 = std::vector< LineF2 >
 Definition of a vector holding Line2 objects with single precision float data type.
 
using Ocean::LinesD2 = std::vector< LineD2 >
 Definition of a vector holding Line2 objects with double precision float data type.