pf_point_t

Coordinates of a single point

Synopsis:

typedef struct pfPoint{  
    short x,y;
     } pf_point_t;

Description:

The pf_point_t structure describes the coordinates of a single point. It contains at least the following members:

x
The x-axis coordinate.
y
The y-axis coordinate.

Classification:

Photon

See also:

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