brw1

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

point_t Struct Reference

point_t Struct Reference

type that manages x,y pairs More...

#include <DisplayDefs.h>

Data Fields

loc_t x
 x value in the point
loc_t y
 y value in the point

Detailed Description

type that manages x,y pairs

Definition at line 36 of file DisplayDefs.h.


Field Documentation

loc_t x

x value in the point

Definition at line 38 of file DisplayDefs.h.

loc_t y

y value in the point

Definition at line 39 of file DisplayDefs.h.