| Package | Description | 
|---|---|
| org.hipparchus.geometry.enclosing | 
 
 This package provides interfaces and classes related to the smallest enclosing ball problem. 
 | 
| org.hipparchus.geometry.euclidean.threed | 
 
 This package provides basic 3D geometry components. 
 | 
| org.hipparchus.geometry.euclidean.twod | 
 
 This package provides basic 2D geometry components. 
 | 
| org.hipparchus.geometry.spherical.twod | 
 
 This package provides basic geometry components on the 2-sphere. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EnclosingBall<S,P> | 
SupportBallGenerator.ballOnSupport(List<P> support)
Create a ball whose boundary lies on prescribed support points. 
 | 
EnclosingBall<S,P> | 
WelzlEncloser.enclose(Iterable<P> points)
Find a ball enclosing a list of points. 
 | 
EnclosingBall<S,P> | 
Encloser.enclose(Iterable<P> points)
Find a ball enclosing a list of points. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
P | 
WelzlEncloser.selectFarthest(Iterable<P> points,
              EnclosingBall<S,P> ball)
Select the point farthest to the current ball. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EnclosingBall<Euclidean3D,Vector3D> | 
SphereGenerator.ballOnSupport(List<Vector3D> support)
Create a ball whose boundary lies on prescribed support points. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EnclosingBall<Euclidean2D,Vector2D> | 
DiskGenerator.ballOnSupport(List<Vector2D> support)
Create a ball whose boundary lies on prescribed support points. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EnclosingBall<Sphere2D,S2Point> | 
SphericalPolygonsSet.getEnclosingCap()
Get a spherical cap enclosing the polygon. 
 | 
Copyright © 2016–2020 Hipparchus.org. All rights reserved.