Uses of Class
org.apache.commons.math3.geometry.euclidean.twod.hull.AbstractConvexHullGenerator2D
Packages that use AbstractConvexHullGenerator2D
Package
Description
This package provides algorithms to generate the convex hull
for a set of points in an two-dimensional euclidean space.
-
Uses of AbstractConvexHullGenerator2D in org.apache.commons.math3.geometry.euclidean.twod.hull
Subclasses of AbstractConvexHullGenerator2D in org.apache.commons.math3.geometry.euclidean.twod.hullModifier and TypeClassDescriptionclass
Implements Andrew's monotone chain method to generate the convex hull of a finite set of points in the two-dimensional euclidean space.