|
Public Member Functions |
| PolygonData (const RATIONAL *const *aVertexData, const int *aVertexCounts, int aSubPolygonCount) |
| Constructor.
|
int | getSubPolygonCount () const |
| Returns the count of subpolygons.
|
const RATIONAL * | getVertexData (int aIndex) const |
| Returns a pointer to the vertex data array of a sub-polygon at given index.
|
int | getVertexCount (int aIndex) const |
| Returns the vertex count of a sub-polygon at given index.
|
Protected Attributes |
const RATIONAL *const * | mVertexData |
const int * | mVertexCounts |
int | mSubPolygonCount |