Ocean
|
Go to the source code of this file.
Data Structures | |
class | Ocean::FiniteLineT3< T > |
This class implements an finite line in 3D space. More... | |
Namespaces | |
Ocean | |
The namespace covering the entire Ocean framework. | |
Typedefs | |
typedef FiniteLineT3< Scalar > | Ocean::FiniteLine3 |
Definition of the FiniteLine3 object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION either with single or double precision float data type. More... | |
typedef FiniteLineT3< double > | Ocean::FiniteLineD3 |
Instantiation of the LineT3 template class using a double precision float data type. More... | |
typedef FiniteLineT3< float > | Ocean::FiniteLineF3 |
Instantiation of the LineT3 template class using a single precision float data type. More... | |
template<typename T > | |
using | Ocean::FiniteLinesT3 = std::vector< FiniteLineT3< T > > |
Definition of a typename alias for vectors with FiniteLineT3 objects. More... | |
typedef std::vector< FiniteLine3 > | Ocean::FiniteLines3 |
Definition of a vector holding FiniteLine3 objects. More... | |