stg_polygon_t Struct Reference
[Polygons]

#include <stage.h>


Detailed Description

define a polygon: a set of connected vertices drawn with a color. Can be drawn filled or unfilled.


Data Fields

GArray * points
stg_bool_t filled
stg_color_t color

Field Documentation

GArray* stg_polygon_t::points
 

pointer to an array of points

stg_bool_t stg_polygon_t::filled
 

if TRUE, this polygon is drawn filled

stg_color_t stg_polygon_t::color
 

render color of this polygon - TODO - implement color rendering


The documentation for this struct was generated from the following file:
Generated on Thu Aug 11 13:08:10 2005 for Stage by  doxygen 1.4.0