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