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

Go to the source code of this file.

Data Structures

class  Ocean::HomogenousMatrixT4< T >
 This class implements a 4x4 homogeneous transformation matrix using floating point values with the precision specified by type T. More...
 

Namespaces

namespace  Ocean
 The namespace covering the entire Ocean framework.
 

Typedefs

typedef HomogenousMatrixT4< ScalarOcean::HomogenousMatrix4
 Definition of the HomogenousMatrix4 object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION flag either with single or double precision float data type.
 
typedef HomogenousMatrixT4< double > Ocean::HomogenousMatrixD4
 Instantiation of the HomogenousMatrixT4 template class using a double precision float data type.
 
typedef HomogenousMatrixT4< float > Ocean::HomogenousMatrixF4
 Instantiation of the HomogenousMatrixT4 template class using a float precision float data type.
 
template<typename T >
using Ocean::HomogenousMatricesT4 = std::vector< HomogenousMatrixT4< T > >
 Definition of a typename alias for vectors with HomogenousMatrixT4 objects.
 
typedef std::vector< HomogenousMatrix4Ocean::HomogenousMatrices4
 Definition of a vector holding HomogenousMatrix4 objects.
 
typedef std::vector< HomogenousMatrixD4Ocean::HomogenousMatricesD4
 Definition of a vector holding HomogenousMatrixD4 objects.
 
typedef std::vector< HomogenousMatrixF4Ocean::HomogenousMatricesF4
 Definition of a vector holding HomogenousMatrixF4 objects.
 

Functions

template<typename T >
std::ostream & Ocean::operator<< (std::ostream &stream, const HomogenousMatrixT4< T > &matrix)
 
template<bool tActive, typename T >
MessageObject< tActive > & Ocean::operator<< (MessageObject< tActive > &messageObject, const HomogenousMatrixT4< T > &matrix)
 
template<bool tActive, typename T >
MessageObject< tActive > & Ocean::operator<< (MessageObject< tActive > &&messageObject, const HomogenousMatrixT4< T > &matrix)