S2Shape.ChainPosition

The position of an edge within a given edge chain, specified as a (chain_id, offset) pair. Chains are numbered sequentially starting from zero, and offsets are measured from the start of each chain.

class S2Shape
struct ChainPosition {}

Members

Variables

chainId
int chainId;
offset
int offset;
Undocumented in source.

Meta