#include <Matrix2d.h>
Public Member Functions | |
void | makeRotation (RATIONAL aAngle) |
void | makeTranslation (const Vector2d &aTranslation) |
void | makeScaling (const Vector2d &aScale) |
void | makeIdentity () |
void | rotate (RATIONAL rotate) |
void | translate (const Vector2d &aTranslation) |
void | scale (const Vector2d &aScale) |
void | multiply (const Matrix2d &aMatrix) |
void | transform (const Vector2d &aSource, Vector2d &aTarget) const |
Public Attributes | |
RATIONAL | mMatrix [3][2] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|