|
infovis
|
Public Types | |
| enum | Type { CIRCLE, TRIANGLE, QUAD } |
Public Member Functions | |
| GeoShape (Type type, float x, float y, float radius) | |
| Type | GetType (void) |
| complexD | getComplexCoords () |
Public Attributes | |
| float | mX |
| float | mY |
| float | mRadius |
| Vertex * | mVertices |
| int | mNumVertices |
1.7.4