Click or drag to resize

TransformOrthonormalized Method

Returns the transform with the basis orthogonal (90 degrees), and normalized axis vectors (scale of 1 or -1).

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

Return Value

Type: Transform
The orthonormalized transform.
See Also