Matrix - r3n/rebol-wiki GitHub Wiki

MATRIX

Premultiply the current transformation matrix with the given block.

Arg Type Description Values
matrix-setup [block!] content must be 6 number!s


Notes and Examples

MATRIX [a]

The block values are used internally for building following transformation matrix:

|a c e|
|b d f|
|0 0 1|

For more information about transformations see: http://www.w3.org/TR/SVG/coords.html#EstablishingANewUserSpace

⚠️ **GitHub.com Fallback** ⚠️