| ![[Previous]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Index]](../keyword_index.gif) | ![[Next]](../next.gif) | 
Coordinates of a single point
typedef struct pfPoint{  
    short x,y;
     } pf_point_t;
The pf_point_t structure describes the 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
| ![[Previous]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Index]](../keyword_index.gif) | ![[Next]](../next.gif) |