IrrKlang.NET

Vector3D.GetDistanceFrom Method 

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

[Visual Basic]
Public Function GetDistanceFrom( _
   ByVal other As Vector3D _
) As Double
[C#]
public double GetDistanceFrom(
   Vector3D other
);

See Also

Vector3D Class | IrrKlang Namespace