LengthTo (class MKI_POINT)

www.CAD6.com

C++ Syntax

double

MKI_POINT::LengthTo(

 const MKI_POINT& f_rPoint ) const;

 

Calculates the length of the vector from the point to Point.

 

double

MKI_POINT::LengthTo(

 const double f_dX,

 const double f_dY ) const;

 

Calculates the length of the vector from the point to ( x, y ).

 

Return Value

Returns the calculated length.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH