Home / Lua / Shared / Transform2 / Functions / Invert


Returns    Transform2
Prototype    Transform2:Invert()
Description    Inverts the transform.

Additional Notes

  • This operation does not yield a new transform object, the returned object and the subject are the same.

See Also