C# Class CCT.NUI.Core.Shape.GrahamScan

Show file Open project: an83/KinectTouch2 Class Usage Examples

Public Methods

Method Description
FindHull ( ) : ConvexHull
GrahamScan ( IList points ) : System

Private Methods

Method Description
FindMinimalOrdinatePoint ( ) : System.Point
ReturnMinPoint ( System.Point p1, System.Point p2 ) : System.Point
SortPointsByAngle ( ) : IList

Method Details

FindHull() public method

public FindHull ( ) : ConvexHull
return ConvexHull

GrahamScan() public method

public GrahamScan ( IList points ) : System
points IList
return System