S
- Space type.P
- Point type.DiskGenerator
, SphereGenerator
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 | 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–2018 Hipparchus.org. All rights reserved.