Click or drag to resize

TransformInverse Method

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
C#
public Transform Inverse()

Return Value

Type: Transform
The inverse matrix.
See Also