Earcut.Node

Undocumented in source.

Constructors

this
this(N index, double x_, double y_)
Undocumented in source.

Members

Functions

opCmp
int opCmp(Node rhs)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

i
N i;
Undocumented in source.
next
Node* next;
Undocumented in source.
nextZ
Node* nextZ;
Undocumented in source.
prev
Node* prev;
Undocumented in source.
prevZ
Node* prevZ;
Undocumented in source.
steiner
bool steiner;
Undocumented in source.
x
double x;
Undocumented in source.
y
double y;
Undocumented in source.
z
int32_t z;
Undocumented in source.

Meta