A structure that describe a single vertex of a polygon.
#include <graphics/YiPolygonFill.h>
Public Member Functions | |
| YI_POLYGON_VERTEX () | |
Public Attributes | |
| float | x |
| float | y |
| bool | bStartOfSegment |
|
inline |
| bool YI_POLYGON_VERTEX::bStartOfSegment |
| float YI_POLYGON_VERTEX::x |
| float YI_POLYGON_VERTEX::y |