Click or drag to resize

BasisOrthonormalized Method

Returns the orthonormalized version of the basis matrix (useful to call occasionally to avoid rounding errors for orthogonal matrices). This performs a Gram-Schmidt orthonormalization on the basis of the matrix.

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

Return Value

Type: Basis
An orthonormalized basis matrix.
See Also