Click or drag to resize

BasisTransposed Method

Returns the transposed version of the basis matrix.

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

Return Value

Type: Basis
The transposed basis matrix.
See Also