Data Structures | |
struct | stg_point_t |
Functions | |
stg_point_t * | stg_points_create (size_t count) |
stg_point_t * | stg_point_create (void) |
void | stg_points_destroy (stg_point_t *pts) |
void | stg_point_destroy (stg_point_t *pt) |
|
create an array of [count] points. Caller must free the space.
|
|
create a single point structure. Caller must free the space.
|
|
frees a point array
|
|
frees a single point
|