org.jzy3d.maths.algorithms.convexhull
Class GrahamScan

java.lang.Object
  extended by org.jzy3d.maths.algorithms.convexhull.GrahamScan
All Implemented Interfaces:
ConvexHullFunction

public class GrahamScan
extends Object
implements ConvexHullFunction

Author:
Jukka Moisio

Constructor Summary
GrahamScan()
           
 
Method Summary
 Deque<Coord2d> getConvexHull(Coord2d[] pts)
          implements interface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrahamScan

public GrahamScan()
Method Detail

getConvexHull

public Deque<Coord2d> getConvexHull(Coord2d[] pts)
implements interface

Specified by:
getConvexHull in interface ConvexHullFunction


Copyright © 2013. All rights reserved.