S2Cap.contains

Returns true if and only if this cap contains the given other cap (in a set containment sense, e.g. every cap contains the empty cap).

  1. bool contains(S2Cap other)
    class S2Cap
    const
    bool
    contains
  2. bool contains(S2Cell cell)
  3. bool contains(S2Point p)

Meta