Click or drag to resize

Transform2DAffineInverse 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 Transform2D AffineInverse()

Return Value

Type: Transform2D
The inverse transformation matrix.
See Also