Click or drag to resize

QuatIsNormalized Method

Returns whether the quaternion is normalized or not.

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

Return Value

Type: Boolean
A bool for whether the quaternion is normalized or not.
See Also