S2Cap.this

Constructs a cap where the angle is expressed as an S1ChordAngle. This constructor is more efficient than the one above.

  1. this()
  2. this(S2Cap o)
  3. this(S2Point center, S1Angle radius)
  4. this(S2Point center, S1ChordAngle radius)
    class S2Cap
    this
    out { assert (isValid()); }

Meta