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

Go to the source code of this file.

Data Structures

class  Ocean::VectorT3< T >
 This class implements a vector with three elements. More...
 

Namespaces

namespace  Ocean
 The namespace covering the entire Ocean framework.
 

Typedefs

using Ocean::Vector3 = VectorT3< Scalar >
 Definition of a 3D vector.
 
using Ocean::VectorD3 = VectorT3< double >
 Definition of a 3D vector with double values.
 
using Ocean::VectorF3 = VectorT3< float >
 Definition of a 3D vector with float values.
 
using Ocean::VectorI3 = VectorT3< int >
 Definition of a 3D vector with integer values.
 
template<typename T >
using Ocean::VectorsT3 = std::vector< VectorT3< T > >
 Definition of a typename alias for vectors with VectorT3 objects.
 
using Ocean::Vectors3 = std::vector< Vector3 >
 Definition of a vector holding Vector3 objects.
 
using Ocean::VectorsD3 = std::vector< VectorD3 >
 Definition of a vector holding VectorD3 objects.
 
using Ocean::VectorsF3 = std::vector< VectorF3 >
 Definition of a vector holding VectorF3 objects.
 
using Ocean::VectorsI3 = std::vector< VectorI3 >
 Definition of a vector holding VectorI3 objects.
 

Functions

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