Function S2Cap.addPoint

Increase the cap height if necessary to include the given point. If the cap is empty then the center is set to the given point, but otherwise the center is not changed. "p" should be a unit-length vector.

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