Pebble Foundation Classes  0.2.0
C++ for Pebble
GPath Struct Reference

#include <pebble.h>

Collaboration diagram for GPath:

Public Attributes

uint32_t num_points
 The number of points in the points array.
 
GPointpoints
 Pointer to an array of points.
 
int32_t rotation
 
GPoint offset
 

Detailed Description

Data structure describing a path, plus its rotation and translation.

Note
See the remark with GPathInfo

Member Data Documentation

◆ offset

GPoint GPath::offset

The translation that will to be used when drawing the path with gpath_draw_filled() or gpath_draw_outline()

◆ rotation

int32_t GPath::rotation

The rotation that will be used when drawing the path with gpath_draw_filled() or gpath_draw_outline()


The documentation for this struct was generated from the following file: