S2Shape.Chain

A range of edge ids corresponding to a chain of zero or more connected edges, specified as a (start, length) pair. The chain is defined to consist of edge ids {start, start + 1, ..., start + length - 1}.

class S2Shape
struct Chain {}

Members

Variables

length
int length;
Undocumented in source.
start
int start;
Undocumented in source.

Meta