Navigation: Code Documentation > RSCommon > CommonInterfaces > Interfaces > IVector > Methods
IVector.DistanceTo(Single,Single,Single) Method
Returns the distance between the XYZ point and the XYZ component of the current vector.
Namespace: CommonInterfaces
Delphi
public function DistanceTo( const X, Y, Z: Single ): Single; overload;
Parameters
X
Type: Single
Y
Z
•CommonInterfaces.IVector.DistanceSqrTo(Single,Single,Single)
•IVector
•CommonInterfaces