Quaternion.Length Method

Definition

Calculates the length of the quaternion.

public:
 float Length();
public float Length ();
public readonly float Length ();
member this.Length : unit -> single
Public Function Length () As Single

Returns

The computed length of the quaternion.

Applies to