public class DiskGenerator extends Object implements SupportBallGenerator<Euclidean2D,Vector2D>
Constructor and Description |
---|
DiskGenerator() |
Modifier and Type | Method and Description |
---|---|
EnclosingBall<Euclidean2D,Vector2D> |
ballOnSupport(List<Vector2D> support)
Create a ball whose boundary lies on prescribed support points.
|
public EnclosingBall<Euclidean2D,Vector2D> ballOnSupport(List<Vector2D> support)
ballOnSupport
in interface SupportBallGenerator<Euclidean2D,Vector2D>
support
- support points (may be empty)Copyright © 2016–2017 Hipparchus.org. All rights reserved.