Matrix Methods |
The Matrix type exposes the following members.
| Name | Description | |
|---|---|---|
| GetTranspose |
Returns a new matrix which is a transpose of the current matrix.
The transposed matrix is an inversion of the current matrix,
if the current matrix was a valid rotation matrix.
| |
| ToString |
Returns a string that represents the current matrix.
(Overrides ObjectToString.) | |
| Transform(IEnumerablePoint) |
Transforms the given points using the current matrix.
| |
| Transform(Point) |
Transforms the given point using the current matrix.
| |
| Transpose |
Transposes a matrix. The resulting matrix is an inversion of the current matrix,
if the current matrix was a valid rotation matrix.
|