MeVisLab Toolbox Reference
mlVector6.h File Reference
#include "mlLinearAlgebraSystem.h"
#include "mlLinearAlgebraDefs.h"
#include "mlFloatingPointVector.h"
#include "mlVector2.h"
#include "mlVector3.h"
#include "mlVector4.h"

Go to the source code of this file.

Classes

class  ml::Tvec6< DT >
 A six dimensional vector class for floating point types. More...
 

Namespaces

 ml
 Main documentation file for ML users and developers.
 

Typedefs

Specializations for float, double and long double.
typedef Tvec6< MLfloatml::Vector6f
 A vector with 6 components of type float. More...
 
typedef Tvec6< MLdoubleml::Vector6d
 A vector with 6 components of type double. More...
 
typedef Tvec6< MLldoubleml::Vector6ld
 A vector with 6 components of type long double. More...
 
typedef Tvec6< MLdoubleml::Vector6
 A vector with 6 components of type double. More...