MPLAB® Harmony Graphics Suite
|
LIB_EXPORT uint32_t leRectSplit( const leRect* sub, const leRect* obj, leRect res[4] );
Parameters |
Description |
const leRect* sub |
the first rectangle |
const leRect* obj |
the second rectangle |
leRect res[4] |
the output rectangles |
uint32_t - the number of non-overlapping rectangles returned
MPLAB® Harmony Graphics Suite
|