*/ public function center() : array; /** * Return the radius of the centroid. * * @return float */ public function radius() : float; /** * Does the hypersphere reduce to a single point? * * @return bool */ public function isPoint() : bool; }