Click or drag to resize

Vector3Length Method

Returns the length of the vector.

Namespace:  SoftGear.Strix.Client.Ingame.Interpolation
Assembly:  strix-client-csharp-ingame (in strix-client-csharp-ingame.dll) Version: 2.3.0
Syntax
C#
public float Length()

Return Value

Type: Single
The vector's length.
See Also