IrrKlang.NET

Vector3D.GetDistanceFromSQ Method 

Returns squared distance from an other point. Here, the vector is interpreted as point in 3 dimensional space.

[Visual Basic]
Public Function GetDistanceFromSQ( _
   ByVal other As Vector3D _
) As Single
[C#]
public float GetDistanceFromSQ(
   Vector3D other
);

See Also

Vector3D Class | IrrKlang Namespace