MPLAB® Harmony Graphics Suite
|
LIB_EXPORT leResult lePolarToXY( int32_t r, int32_t a, lePoint* p );
Parameters |
Description |
r |
radius |
a |
angle (in degrees) |
p - the output point in Cartesian plane
MPLAB® Harmony Graphics Suite
|