A collection of transformation matrices.
transformation matrix Properties
| Property | Type | Access | Description |
|---|---|---|---|
| class | type | read | The class descriptor type. |
| clockwise shear angle | real | read | The shear angle of the transformation matrix. |
| counterclockwise rotation angle | real | read | The rotation angle of the transformation matrix. |
| horizontal scale factor | real | read | The horizontal scale factor of the transformation matrix. |
| horizontal translation | real | read | The horizontal translation of the transformation matrix. |
| index | integer | read | The index of the transformation matrix within its containing object. |
| matrix mapping | List of any | read | The mapping the transformation matrix performs on the unit triangle. Can return: list of list of 2 lists of 2 fixed. |
| matrix values | List of real | read | The values of the transformation matrix. |
| name | text | read | The name of the transformation matrix. |
| object reference | transformation matrix | read | An object reference for the object. |
| parent | specifier | read | The parent of the transformation matrix (a application). |
| properties | record | r/w | A property that allows setting of several properties at the same time. |
| vertical scale factor | real | read | The vertical scale factor of the transformation matrix. |
| vertical translation | real | read | The vertical translation of the transformation matrix. |