Click or drag to resize

Vector3LengthSquared Method

Returns the length of the vector squared. This operation is cheaper than Length().

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 LengthSquared()

Return Value

Type: Single
The vector's length squared.
See Also