|
|
| Matrix2D () |
| | The default constructor.
|
| |
|
self | Shift (number x, number y) |
| | Shifts the matrix by the specified values along the coordinate axes.
|
| |
| self | Rotate (Point2D point, number angle) |
| | Rotates the matrix.
|
| |
| self | Scale (Point2D point, number xScale, number yScale) |
| | Scales the matrix.
|
| |
|
self | Transform (Matrix2D matrix) |
| | Transforms according to the matrix.
|
| |
|
self | Invert () |
| | Inverts matrix.
|
| |
|
Matrix2D | Clone () |
| | Returns a copy of the object.
|
| |
|
boolean | operator== (Matrix2D other) |
| | Checks for equality.
|
| |
|
boolean | operator~= (Matrix2D other) |
| | Checks for inequality.
|
| |
The matrix of transformation in a two-dimensional space.