More linux work.

This commit is contained in:
mfeemster
2014-12-10 21:50:15 -08:00
parent 0438827ba5
commit a9ecb6a78e
61 changed files with 1415 additions and 627 deletions

View File

@ -75,9 +75,9 @@ public:
bool IsID() const;
bool IsZero() const;
void Rotate(T angle);
void Translate(v2T& v);
void RotateScaleXTo(v2T& v);
void RotateScaleYTo(v2T& v);
void Translate(const v2T& v);
void RotateScaleXTo(const v2T& v);
void RotateScaleYTo(const v2T& v);
Affine2D<T> Inverse() const;
v2T TransformNormal(const v2T& v) const;
v2T TransformVector(const v2T& v) const;