Graphviz
2.41.20171026.1811
|
#include <poly.h>
Data Fields | |
Point | origin |
Point | corner |
int | nverts |
Point * | verts |
int | kind |
Point Poly::corner |
Definition at line 25 of file poly.h.
Referenced by makeAddPoly(), makePoly(), and polyOverlap().
int Poly::kind |
Definition at line 28 of file poly.h.
Referenced by makeAddPoly(), and makePoly().
int Poly::nverts |
Definition at line 26 of file poly.h.
Referenced by makeAddPoly(), makePoly(), and polyOverlap().
Point Poly::origin |
Definition at line 24 of file poly.h.
Referenced by makeAddPoly(), makePoly(), and polyOverlap().
Point* Poly::verts |
Definition at line 27 of file poly.h.
Referenced by breakPoly(), makeAddPoly(), makePoly(), and polyOverlap().