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