S2EdgeCrosser.edgeOrVertexCrossing

Like EdgeOrVertexCrossing above, but uses the last vertex passed to one of the crossing methods (or RestartAt) as the first vertex of the current edge.

The argument must point to a value that persists until the next call.

  1. bool edgeOrVertexCrossing(S2Point c, S2Point d)
  2. bool edgeOrVertexCrossing(S2Point d)
    class S2EdgeCrosser
    bool
    edgeOrVertexCrossing
    (
    ref in S2Point d
    )

Meta