GodotSharpAPI
GodotSharpAPI
Godot
Quat Structure
Quat Properties
Identity Property
Item Property
Length Property
LengthSquared Property
Quat
Length Property
Returns the length (magnitude) of the quaternion.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
Copy
public
float
Length
{
get
; }
Property Value
Type:
Single
Equivalent to `Mathf.Sqrt(LengthSquared)`.
See Also
Reference
Quat Structure
Godot Namespace