|
Developer Documentation
|
Public Member Functions | |
| RingVertex (int i, bool r, const Vec2f &x, RingVertex *p, RingVertex *n) | |
Public Attributes | |
| int | id |
| bool | reflex |
| Vec2f | pos |
| RingVertex * | prev |
| RingVertex * | next |
Definition at line 152 of file Triangulator.hh.