Reset Matrix - r3n/rebol-wiki GitHub Wiki
Resets the current transformation matrix to its default values.
| Arg | Type | Description | Values |
|---|---|---|---|
| [] |
Notes and Examples
The default transformation matrix is a unit matrix. That is:
|1 0 0|
|0 1 0|
|0 0 1|
If you make changes with scale, skew, or rotate, this is how you would reset them.