#include "mlFloatingPointVector.h"
#include "mlLinearAlgebraSystem.h"
#include "mlLinearAlgebraDefs.h"
Go to the source code of this file.
Classes | |
| class | ml::Vector2DataContainer< DT > |
| Specialized base class for the FloatingPointVectorDataContainerBase. More... | |
| class | ml::Tvec2< DT > |
| A two dimensional vector class for floating point types. More... | |
Namespaces | |
| namespace | ml |
Define the namespace name like in the ML. Default is ml. | |
Typedefs | |
Specializations for float, double and long double. | |
| typedef Tvec2< MLfloat > | ml::Vector2f |
| A vector with 2 components of type float. | |
| typedef Tvec2< MLdouble > | ml::Vector2d |
| A vector with 2 components of type double. | |
| typedef Tvec2< MLldouble > | ml::Vector2ld |
| A vector with 2 components of type long double. | |
| typedef Tvec2< MLdouble > | ml::Vector2 |
| A vector with 2 components of type double. | |
Deprecated | |
| typedef Tvec2< MLfloat > | ml::vecf2 |
| typedef Tvec2< MLdouble > | ml::vecd2 |
| typedef Tvec2< MLldouble > | ml::vecld2 |
| typedef Tvec2< MLdouble > | ml::vec2 |
Definition in file mlVector2.h.
1.5.8