Matrix Operators |
| Name | Description | |
|---|---|---|
| Multiply(Matrix, IEnumerablePoint) |
Transforms the given points using the given matrix.
| |
| Multiply(Matrix, Matrix) |
Multiplies (combines) two transformation matrices.
| |
| Multiply(Matrix, Point) |
Transforms the given point using the given matrix.
|