Ocean
Loading...
Searching...
No Matches
Line3.h File Reference

Go to the source code of this file.

Data Structures

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

Namespaces

namespace  Ocean
 The namespace covering the entire Ocean framework.
 

Typedefs

using Ocean::Line3 = LineT3< Scalar >
 Definition of the Line3 object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION either with single or double precision float data type.
 
using Ocean::LineD3 = LineT3< double >
 Instantiation of the LineT3 template class using a double precision float data type.
 
using Ocean::LineF3 = LineT3< float >
 Instantiation of the LineT3 template class using a single precision float data type.
 
template<typename T >
using Ocean::LinesT3 = std::vector< LineT3< T > >
 Definition of a typename alias for vectors with LineT3 objects.
 
using Ocean::Lines3 = std::vector< Line3 >
 Definition of a vector holding Line3 objects.