Public Member Functions | |
Matrix (BinaryReader br) | |
Matrix (Matrix m) | |
Matrix (float scX, float scY, float sk0, float sk1, float tX, float tY) | |
void | Clear () |
Matrix | Set (Matrix m) |
bool | Equals (Matrix m) |
Public Attributes | |
float | scaleX |
float | scaleY |
float | skew0 |
float | skew1 |
float | translateX |
float | translateY |