Click or drag to resize

QuatNormalized Method

Returns a copy of the quaternion, normalized to unit length.

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

Return Value

Type: Quat
The normalized quaternion.
See Also