| lcGetDivPt | Home |
|
BOOL lcGetDivPt ( int iPnt, double* pX, double* pY, double* pAngle ); |
| iPnt | |
| Index of a point. | |
| pX pY | |
| Pointers to variables that will receive the point coordinates. | |
| pAngle | |
| Pointer to variable that will receive direction angle at the point. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| Code sample, lcPlineDivide, lcPlineDivide2 |