| 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 | Class and Description |
|---|---|
class |
WelzlEncloser<P extends Point<P>>
Class implementing Emo Welzl's algorithm to find the smallest enclosing ball in linear time.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WelzlEncloser3D
Extension of the
WelzlEncloser class for Euclidean 3D space. |
| Modifier and Type | Class and Description |
|---|---|
class |
WelzlEncloser2D
Extension of the
WelzlEncloser class for Euclidean 2D space. |
Copyright © 2016–2020 The Apache Software Foundation. All rights reserved.