RwInt32
RwGetClumpNumVertices(RwClump *clump);
Description
Retrieves the number of vertices in the clump.
Arguments
clump Pointer to the clump.
Return Value
The number of vertices in the clump if successful, and -1 otherwise.
See Also
RwAddVertexToClump()
RwGetClumpNumPolygons()
RwVertex()
RwVertexExt()