S2Shape.Edge

An edge, consisting of two vertices "v0" and "v1". Zero-length edges are allowed, and can be used to represent points.

Members

Functions

opCmp
int opCmp(Edge e)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Edge e)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

v0
S2Point v0;
v1
S2Point v1;
Undocumented in source.

Meta