Package org.hipparchus.geometry.hull
package org.hipparchus.geometry.hull
This package provides interfaces and classes related to the convex hull problem.
-
InterfacesClassDescriptionConvexHull<S extends Space,
P extends Point<S, P>, H extends Hyperplane<S, P, H, I>, I extends SubHyperplane<S, P, H, I>> This class represents a convex hull.ConvexHullGenerator<S extends Space,P extends Point<S, P>, H extends Hyperplane<S, P, H, I>, I extends SubHyperplane<S, P, H, I>> Interface for convex hull generators.