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