Click or drag to resize

Transform2DOrthonormalized 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 Transform2D Orthonormalized()

Return Value

Type: Transform2D
The orthonormalized transform.
See Also