![]() |
MatrixTform Struct ReferenceThis structure describes a transformation, in "descriptive" form and matrix form. More...
Detailed DescriptionThis structure describes a transformation, in "descriptive" form and matrix form. If originInMatrix is true, the origin is incorporated into the matrix, and points can be transformed by the matrix directly. If not, the matrix represents a transformation around (0,0), and to transform points, they must first be translated by -origin, then transformed by the matrix, then translated back by +origin. Some transformations cannot be represented with the origin in the matrix because they would get fixed point overflow in the h and v components; for example, scaling by any factor over 8 around an origin near the center of the screen. The TransformUnion struct is sometimes a more convenient description for transforming patterns, gradients, text anchors, and graph elements. If type is compoundTransformType, though, only tu.sca.strokeStyle is looked at if tu.sca.doLines is true. Member Data DocumentationTrue if the origin is incorporated into the matrix, and points can be transformed by the matrix directly. The documentation for this struct was generated from the following file: |
||||||||||||||||||||
|
![]() |
|