Coordinates of a single point
typedef struct pfPoint16dot16{ int32_t x_16dot16,y_16dot16; } pf_point_16dot16_t;
The pf_point_16dot16_t structure describes the 16.16 fixed point coordinates of a single point. It contains at least the following members:
Photon
PhArea_t, PhAreaToRect(), PhDeTranslateRect(), PhDim_t, PhPoint_t PhRectIntersect(), PhRectToArea(), PhRectUnion(), PhTranslateRect()
“Geometry data types” in the Working with Code chapter of the Photon Programmer's Guide