| 56 | //---------------------------------------------------------------------------- |
| 57 | |
| 58 | void ClippedPolyList::clear() |
| 59 | { |
| 60 | // Only clears internal data |
| 61 | mPolyList.clear(); |
| 62 | mVertexList.clear(); |
| 63 | mIndexList.clear(); |
| 64 | mPolyPlaneList.clear(); |
| 65 | mNormalList.clear(); |
| 66 | } |
| 67 | |
| 68 | bool ClippedPolyList::isEmpty() const |
| 69 | { |