Returns the distance between the XYZ component of the input vector and the XYZ component of the current vector.
Namespace: RSVector
Delphi
|
public
function DistanceTo( const Vector: ILocation ): Single; overload;
|
Parameters
Vector
Type: ILocation
Return Value
Type: Single
Implements
IVector.DistanceTo(ILocation)