S
- Space type.P
- Point type.public interface SupportBallGenerator<S extends Space,P extends Point<S>>
This generator is used in the Emo Welzl
algorithm
and its derivatives.
EnclosingBall
Modifier and Type | Method and Description |
---|---|
EnclosingBall<S,P> |
ballOnSupport(List<P> support)
Create a ball whose boundary lies on prescribed support points.
|
EnclosingBall<S,P> ballOnSupport(List<P> support)
support
- support points (may be empty)Copyright © 2016–2017 Hipparchus.org. All rights reserved.