- Type Parameters:
S
- Space type.P
- Point type.
- All Known Implementing Classes:
DiskGenerator
,SphereGenerator
Interface for generating balls based on support points.
This generator is used in the Emo Welzl
algorithm
and its derivatives.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionballOnSupport
(List<P> support) Create a ball whose boundary lies on prescribed support points.