Click or drag to resize

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

Return Value

Type: Transform
The inverse transformation matrix.
See Also