Class ConvexHull


  • public class ConvexHull
    extends java.lang.Object
    Computes the convex hull of a set of points using the monotone chain convex hull algorithm (aka Andrew's algorithm).
    • Constructor Detail

      • ConvexHull

        public ConvexHull()