Points
[libstage API reference]
Data Structures | |
struct | stg_point_t |
Functions | |
stg_point_t * | stg_points_create (size_t count) |
void | stg_points_destroy (stg_point_t *pts) |
Detailed Description
Defines a point on the 2D plane.Function Documentation
stg_point_t* stg_points_create | ( | size_t | count | ) |
Create an array of [count] points. Caller must free the returned pointer, preferably with stg_points_destroy().
void stg_points_destroy | ( | stg_point_t * | pts | ) |
frees a point array
Generated on Wed Jun 3 23:12:29 2009 for Stage by
