| 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.
|
| Class and Description |
|---|
| Encloser
Interface for algorithms computing enclosing balls.
|
| EnclosingBall
This class represents a ball enclosing some points.
|
| SupportBallGenerator
Interface for generating balls based on support points.
|
| Class and Description |
|---|
| Encloser
Interface for algorithms computing enclosing balls.
|
| EnclosingBall
This class represents a ball enclosing some points.
|
| SupportBallGenerator
Interface for generating balls based on support points.
|
| WelzlEncloser
Class implementing Emo Welzl's algorithm to find the smallest enclosing ball in linear time.
|
| Class and Description |
|---|
| Encloser
Interface for algorithms computing enclosing balls.
|
| EnclosingBall
This class represents a ball enclosing some points.
|
| SupportBallGenerator
Interface for generating balls based on support points.
|
| WelzlEncloser
Class implementing Emo Welzl's algorithm to find the smallest enclosing ball in linear time.
|
Copyright © 2016–2020 The Apache Software Foundation. All rights reserved.