AngleTo (class MKI_POINT)

www.CAD6.com

C++ Syntax

double

MKI_POINT::AngleTo(

 const MKI_POINT& f_rPoint ) const;

 

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

 

double

MKI_POINT::LengthTo(

 const double f_dX,

 const double f_dY ) const;

 

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

 

Return Value

Returns the calculated angle in [rad] in the range of 0 <= Angle <= MKI_MATH_2PI. If the vector's length is below MKI_EDIT_MIN, the returned orientation will be 0.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH