Uses of Class
org.hipparchus.geometry.enclosing.EnclosingBall
Package
Description
This package provides interfaces and classes related to the smallest enclosing ball problem.
This package provides basic 3D geometry components.
This package provides basic 2D geometry components.
This package provides basic geometry components on the 2-sphere.
-
Uses of EnclosingBall in org.hipparchus.geometry.enclosing
Modifier and TypeMethodDescriptionSupportBallGenerator.ballOnSupport
(List<P> support) Create a ball whose boundary lies on prescribed support points.Find a ball enclosing a list of points.Find a ball enclosing a list of points.Modifier and TypeMethodDescriptionWelzlEncloser.selectFarthest
(Iterable<P> points, EnclosingBall<S, P> ball) Select the point farthest to the current ball. -
Uses of EnclosingBall in org.hipparchus.geometry.euclidean.threed
Modifier and TypeMethodDescriptionSphereGenerator.ballOnSupport
(List<Vector3D> support) Create a ball whose boundary lies on prescribed support points. -
Uses of EnclosingBall in org.hipparchus.geometry.euclidean.twod
Modifier and TypeMethodDescriptionDiskGenerator.ballOnSupport
(List<Vector2D> support) Create a ball whose boundary lies on prescribed support points. -
Uses of EnclosingBall in org.hipparchus.geometry.spherical.twod
Modifier and TypeMethodDescriptionSphericalPolygonsSet.getEnclosingCap()
Get a spherical cap enclosing the polygon.