Uses of Interface
org.apache.commons.math3.geometry.euclidean.twod.hull.ConvexHullGenerator2D
-
Packages that use ConvexHullGenerator2D Package Description org.apache.commons.math3.geometry.euclidean.twod.hull This package provides algorithms to generate the convex hull for a set of points in an two-dimensional euclidean space. -
-
Uses of ConvexHullGenerator2D in org.apache.commons.math3.geometry.euclidean.twod.hull
Classes in org.apache.commons.math3.geometry.euclidean.twod.hull that implement ConvexHullGenerator2D Modifier and Type Class Description (package private) class
AbstractConvexHullGenerator2D
Abstract base class for convex hull generators in the two-dimensional euclidean space.class
MonotoneChain
Implements Andrew's monotone chain method to generate the convex hull of a finite set of points in the two-dimensional euclidean space.
-