S2Shape.ReferencePoint

A ReferencePoint consists of a point P and a boolean indicating whether P is contained by a particular shape.

Constructors

this
this(S2Point p, bool c)
Undocumented in source.
this
this(bool contained)
Undocumented in source.

Members

Variables

contained
bool contained;
Undocumented in source.
point
S2Point point;
Undocumented in source.

Meta