Coordinates of a single point
typedef struct Ph_point { short x, y; } PhPoint_t;
The PhPoint_t structure describes the coordinates of a single point. It contains at least the following members:
Photon
PhArea_t, PhDim_t