Skip to content

Latest commit

 

History

History
38 lines (19 loc) · 864 Bytes

PyXFORM.md

File metadata and controls

38 lines (19 loc) · 864 Bytes

PyXFORM

PyXFORM Object

Dict representing an XFORM struct used as a world transformation matrix

All members are optional, defaulting to 0.0.

Win32 API References

Properties

  • float M11

    Usage is dependent on operation performed, see MSDN docs

  • float M12

    Usage is dependent on operation performed, see MSDN docs

  • float M21

    Usage is dependent on operation performed, see MSDN docs

  • float M22

    Usage is dependent on operation performed, see MSDN docs

  • float Dx

    Horizontal offset in logical units

  • float Dy

    Vertical offset in logical units