public class SphereGenerator extends Object implements SupportBallGenerator<Euclidean3D,Vector3D>
Constructor and Description |
---|
SphereGenerator() |
Modifier and Type | Method and Description |
---|---|
EnclosingBall<Euclidean3D,Vector3D> |
ballOnSupport(List<Vector3D> support)
Create a ball whose boundary lies on prescribed support points.
|
public EnclosingBall<Euclidean3D,Vector3D> ballOnSupport(List<Vector3D> support)
ballOnSupport
in interface SupportBallGenerator<Euclidean3D,Vector3D>
support
- support points (may be empty)Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.