Click or drag to resize

QuatLength Property

Returns the length (magnitude) of the quaternion.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float Length { get; }

Property Value

Type: Single
Equivalent to `Mathf.Sqrt(LengthSquared)`.
See Also