pf_rect_16dot16_t

16.16 fixed point coordinates of a rectangle

Synopsis:

typedef struct pfRect16dot16{  
    pf_point_16dot16_t ul;
    pf_point_16dot16_t lr;
   } pf_rect_16dot16_t;

Description:

The pf_rect_16dot16_t structure describes the coordinates of a rectangle using 16.16 fixed point. It contains at least the following members:

ul
Upper-left corner.
lr
Lower-right corner.

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