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