Returns whether the quaternion is normalized or not.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public bool IsNormalized()
Return Value
Type:
BooleanA bool for whether the quaternion is normalized or not.
See Also