Subdiv2D

Undocumented in source.

Members

Functions

edgeDst
int edgeDst(int edge, Point2f dstpt)
Undocumented in source. Be warned that the author may not have intended to support it.
edgeOrg
int edgeOrg(int edge, Point2f orgpt)
Undocumented in source. Be warned that the author may not have intended to support it.
getEdge
int getEdge(int edge, int nextEdgeType)
Undocumented in source. Be warned that the author may not have intended to support it.
getEdgeList
Vec4f[] getEdgeList()
Undocumented in source. Be warned that the author may not have intended to support it.
getLeadingEdgeList
int[] getLeadingEdgeList()
Undocumented in source. Be warned that the author may not have intended to support it.
getTriangleList
Vec6f[] getTriangleList()
Undocumented in source. Be warned that the author may not have intended to support it.
getVertex
Point2f getVertex(int vertex, int* firstEdge)
Undocumented in source. Be warned that the author may not have intended to support it.
getVoronoiFacetList
Tuple!(Point2f[][], Point2f[]) getVoronoiFacetList(int[] idx)
Undocumented in source. Be warned that the author may not have intended to support it.
initDelaunay
void initDelaunay(Rect bRect)
Undocumented in source. Be warned that the author may not have intended to support it.
insert
void insert(Point2f p)
Undocumented in source. Be warned that the author may not have intended to support it.
insert
void insert(Point2f[] ptvec)
Undocumented in source. Be warned that the author may not have intended to support it.
locate
int locate(Point2f pt, int edge, int vertex)
Undocumented in source. Be warned that the author may not have intended to support it.
nextEdge
int nextEdge(int edge)
Undocumented in source. Be warned that the author may not have intended to support it.
rotateEdge
int rotateEdge(int edge, int rotate)
Undocumented in source. Be warned that the author may not have intended to support it.
symEdge
int symEdge(int edge)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

opCall
Subdiv2D opCall()
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
Subdiv2D opCall(Rect rect)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

NEXT_AROUND_DST
int NEXT_AROUND_DST;
Undocumented in source.
NEXT_AROUND_LEFT
int NEXT_AROUND_LEFT;
Undocumented in source.
NEXT_AROUND_ORG
int NEXT_AROUND_ORG;

Subdiv2D edge type navigation (see: getEdge())

NEXT_AROUND_RIGHT
int NEXT_AROUND_RIGHT;
Undocumented in source.
PREV_AROUND_DST
int PREV_AROUND_DST;
Undocumented in source.
PREV_AROUND_LEFT
int PREV_AROUND_LEFT;
Undocumented in source.
PREV_AROUND_ORG
int PREV_AROUND_ORG;
Undocumented in source.
PREV_AROUND_RIGHT
int PREV_AROUND_RIGHT;
Undocumented in source.

Variables

p
void* p;
Undocumented in source.

Meta