Returns the inverse of the transform, under the assumption that
the transformation is composed of rotation and translation
(no scaling, use
AffineInverse for transforms with scaling).
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public Transform Inverse()
Return Value
Type:
TransformThe inverse matrix.
See Also