S2EdgeCrosser.this

Convenience constructor that uses AB as the fixed edge, and C as the first vertex of the vertex chain (equivalent to calling RestartAt(c)).

The arguments must point to values that persist until the next call.

  1. this()
  2. this(S2Point a, S2Point b)
  3. this(S2Point a, S2Point b, S2Point c)
    class S2EdgeCrosser
    this
    (
    ref in S2Point a
    ,
    ref in S2Point b
    ,
    ref in S2Point c
    )

Meta