transformation matrices
transformation matrix Properties
| Property | Type | Access | Description |
|---|---|---|---|
| class | type class | read | The class descriptor type. |
| clockwise shear angle | fixed | read | The shear angle of the transformation matrix |
| counterclockwise rotation angle | fixed | read | The rotation angle of the transformation matrix |
| horizontal scale factor | fixed | read | The horizontal scale factor of the transformation matrix |
| horizontal translation | fixed | read | The horizontal translation of the transformation matrix |
| index | integer | read | The index of the transformation matrix within its containing object. |
| matrix values | List of fixed | read | The values of the transformation matrix |
| name | string | read | The name of the transformation matrix. |
| object reference | transformation matrix | read | An object reference for the transformation matrix. |
| parent | reference | 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 | fixed | read | The vertical scale factor of the transformation matrix |
| vertical translation | fixed | read | The vertical translation of the transformation matrix |