Function S2Cap.interiorContains

Returns true if and only if the given point is contained in the interior of the cap (i.e. the cap excluding its boundary). "p" should be be a unit-length vector.

bool interiorContains (
  in const(s2.util.math.vector.Vector!(double,3L)) p
) const;