#include <simple.h>
Collaboration diagram for vertex:
Data Fields | |
position | pos |
polygon * | poly |
active_edge * | active |
Definition at line 39 of file simple.h.
struct position vertex::pos |
struct polygon* vertex::poly |
Definition at line 41 of file simple.h.
Referenced by find_intersection(), and Plegal_arrangement().
struct active_edge* vertex::active |