| Package | Description |
|---|---|
| org.apache.commons.geometry.enclosing |
This package provides interfaces and classes related to the smallest enclosing ball problem.
|
| org.apache.commons.geometry.enclosing.euclidean.threed |
This package provides classes related to the smallest enclosing ball problem in three dimensions.
|
| org.apache.commons.geometry.enclosing.euclidean.twod |
This package provides classes related to the smallest enclosing ball problem in two dimensions.
|
| Modifier and Type | Method and Description |
|---|---|
EnclosingBall<P> |
SupportBallGenerator.ballOnSupport(List<P> support)
Create a ball whose boundary lies on prescribed support points.
|
EnclosingBall<P> |
WelzlEncloser.enclose(Iterable<P> points)
Find a ball enclosing a list of points.
|
EnclosingBall<P> |
Encloser.enclose(Iterable<P> points)
Find a ball enclosing a list of points.
|
| Modifier and Type | Method and Description |
|---|---|
EnclosingBall<Vector3D> |
SphereGenerator.ballOnSupport(List<Vector3D> support)
Create a ball whose boundary lies on prescribed support points.
|
| Modifier and Type | Method and Description |
|---|---|
EnclosingBall<Vector2D> |
DiskGenerator.ballOnSupport(List<Vector2D> support)
Create a ball whose boundary lies on prescribed support points.
|
Copyright © 2016–2020 The Apache Software Foundation. All rights reserved.