Class GrahamScan
- java.lang.Object
-
- org.jzy3d.maths.algorithms.convexhull.GrahamScan
-
- All Implemented Interfaces:
ConvexHullFunction
public class GrahamScan extends Object implements ConvexHullFunction
- Author:
- Jukka Moisio
-
-
Constructor Summary
Constructors Constructor Description GrahamScan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Deque<Coord2d>
getConvexHull(Coord2d[] pts)
implements interface
-
-
-
Method Detail
-
getConvexHull
public Deque<Coord2d> getConvexHull(Coord2d[] pts)
implements interface- Specified by:
getConvexHull
in interfaceConvexHullFunction
-
-