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