Package org.hipparchus.geometry.enclosing
This package provides interfaces and classes related to the smallest enclosing ball problem.
-
Interface Summary Interface Description Encloser<S extends Space,P extends Point<S>> Interface for algorithms computing enclosing balls.SupportBallGenerator<S extends Space,P extends Point<S>> Interface for generating balls based on support points. -
Class Summary Class Description EnclosingBall<S extends Space,P extends Point<S>> This class represents a ball enclosing some points.WelzlEncloser<S extends Space,P extends Point<S>> Class implementing Emo Welzl algorithm to find the smallest enclosing ball in linear time.