Function S2Cap.fromCenterHeight

Returns a cap with the given center and height (see comments above). A negative height yields an empty cap; a height of 2 or more yields a full cap. "center" should be unit length.

static S2Cap fromCenterHeight (
  in const(s2.util.math.vector.Vector!(double,3L)) center,
  double height
);