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 public float LengthSquared()
Return Value
Type:
SingleThe vector's length squared.
See Also