Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
Poly Struct Reference

#include <poly.h>

Collaboration diagram for Poly:
[legend]

Data Fields

Point origin
 
Point corner
 
int nverts
 
Pointverts
 
int kind
 

Detailed Description

Definition at line 19 of file poly.h.

Field Documentation

◆ corner

Point Poly::corner

Definition at line 21 of file poly.h.

Referenced by chkBoundBox(), makeAddPoly(), makePoly(), and polyOverlap().

◆ kind

int Poly::kind

Definition at line 24 of file poly.h.

Referenced by ISBOX(), ISCIRCLE(), makeAddPoly(), and makePoly().

◆ nverts

int Poly::nverts

Definition at line 22 of file poly.h.

Referenced by makeAddPoly(), makePoly(), and polyOverlap().

◆ origin

Point Poly::origin

Definition at line 20 of file poly.h.

Referenced by chkBoundBox(), makeAddPoly(), makePoly(), and polyOverlap().

◆ verts

Point* Poly::verts

Definition at line 23 of file poly.h.

Referenced by breakPoly(), makeAddPoly(), makePoly(), and polyOverlap().


The documentation for this struct was generated from the following file: