Click or drag to resize

BasisInverse Method

Returns the inverse of the matrix.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Basis Inverse()

Return Value

Type: Basis
The inverse matrix.
See Also