|
Pebble Foundation Classes
0.2.0
C++ for Pebble
|
#include <pebble.h>

Public Attributes | |
| uint32_t | num_points |
The number of points in the points array. | |
| GPoint * | points |
| Pointer to an array of points. | |
| int32_t | rotation |
| GPoint | offset |
Data structure describing a path, plus its rotation and translation.
| GPoint GPath::offset |
The translation that will to be used when drawing the path with gpath_draw_filled() or gpath_draw_outline()
| int32_t GPath::rotation |
The rotation that will be used when drawing the path with gpath_draw_filled() or gpath_draw_outline()