| lcGetPolarPrm | Home |
|
void lcGetPolarPrm ( double X1, double Y1, double X2, double Y2, double* pAngle, double* pDist ); |
| X1 Y1 | |
| First point coordinates. | |
| X2 Y2 | |
| Second point coordinates. | |
| pAngle | |
| Pointer to a variable that will receive angle value. | |
| pDist | |
| Pointer to a variable that will receive distance value. | |
| None. |
| lcGetPolarPoint |