|
Graphviz 14.0.3~dev.20251028.0232
|
#include <poly.h>
Data Fields | |
| Point | origin |
| Point | corner |
| int | nverts |
| Point * | verts |
| int | kind |
| Point Poly::corner |
Definition at line 23 of file poly.h.
Referenced by chkBoundBox(), makeAddPoly(), makePoly(), and polyOverlap().
| int Poly::kind |
Definition at line 26 of file poly.h.
Referenced by ISBOX(), ISCIRCLE(), makeAddPoly(), and makePoly().
| int Poly::nverts |
Definition at line 24 of file poly.h.
Referenced by makeAddPoly(), makePoly(), and polyOverlap().
| Point Poly::origin |
Definition at line 22 of file poly.h.
Referenced by chkBoundBox(), makeAddPoly(), makePoly(), and polyOverlap().
| Point* Poly::verts |
Definition at line 25 of file poly.h.
Referenced by breakPoly(), makeAddPoly(), makePoly(), and polyOverlap().