10 #ifndef INCLUDED_VECTORTRANSFORMATION2D_H 11 #define INCLUDED_VECTORTRANSFORMATION2D_H 27 double m_m11, m_m12, m_m21,
m_m22;
33 double getRotation()
const;
34 double getHorizontalScaling()
const;
35 double getVerticalScaling()
const;
36 bool orientationReversing()
const;
Vector2D(double x, double y)
Definition: VectorTransformation2D.h:19
Vector2D operator+(const Vector2D &l, const Vector2D &r)
Definition: VectorTransformation2D.cpp:77
Vector2D operator-(const Vector2D &l, const Vector2D &r)
Definition: VectorTransformation2D.cpp:84
VectorTransformation2D operator*(const VectorTransformation2D &l, const VectorTransformation2D &r)
Definition: VectorTransformation2D.cpp:24
Definition: VectorTransformation2D.h:15
double m_x
Definition: VectorTransformation2D.h:17
double m_y
Definition: VectorTransformation2D.h:18