Ocean
|
Go to the source code of this file.
Data Structures | |
class | Ocean::FiniteLineT2< T > |
This class implements an finite line in 2D space. More... | |
Namespaces | |
namespace | Ocean |
The namespace covering the entire Ocean framework. | |
Typedefs | |
using | Ocean::FiniteLine2 = FiniteLineT2< Scalar > |
Definition of the FiniteLine2 object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION either with single or double precision float data type. | |
using | Ocean::FiniteLineD2 = FiniteLineT2< double > |
Instantiation of the LineT2 template class using a double precision float data type. | |
using | Ocean::FiniteLineF2 = FiniteLineT2< float > |
Instantiation of the LineT2 template class using a single precision float data type. | |
template<typename T > | |
using | Ocean::FiniteLinesT2 = std::vector< FiniteLineT2< T > > |
Definition of a typename alias for vectors with FiniteLineT2 objects. | |
using | Ocean::FiniteLines2 = std::vector< FiniteLine2 > |
Definition of a vector holding FiniteLine2 objects. | |
using | Ocean::FiniteLinesD2 = std::vector< FiniteLineD2 > |
Definition of a vector holding FiniteLineD2 objects. | |
using | Ocean::FiniteLinesF2 = std::vector< FiniteLineF2 > |
Definition of a vector holding FiniteLineF2 objects. | |