#include <Polygon.h>


Public Member Functions | |
| Polygon (const VertexBase &b, int c, const unsigned int v[]) | |
| Point | support (const Vector &) const |
Public Member Functions inherited from Polytope | |
| Polytope (const VertexBase &b, int c, const unsigned int v[]) | |
| virtual | ~Polytope () |
| const Point & | operator[] (int i) const |
| int | numVerts () const |
Public Member Functions inherited from Convex | |
| ShapeType | getType () const |
| virtual | ~Convex () |
| virtual BBox | bbox (const Transform &t) const |
Public Member Functions inherited from Shape | |
| virtual | ~Shape () |
Private Attributes | |
| int | ci |
|
inline |
Implements Polytope.
Definition at line 33 of file Polygon.cpp.
