IrrKlang.NET

Vector3D.GetLengthSQ Method 

Returns squared length of the vector. This is useful because it is much faster then GetLength().

[Visual Basic]
Public Function GetLengthSQ() As Double
[C#]
public double GetLengthSQ();

See Also

Vector3D Class | IrrKlang Namespace