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

Show file Open project: an83/KinectTouch2 Class Usage Examples

Public Methods

Method Description
Filter ( IList points ) : IList
LineThinner ( float mindDistBetweenPoints, bool checkBoundary ) : System

Private Methods

Method Description
CheckFirstAndLastPoint ( IList points ) : void
DistanceIsTooSmall ( System.Point sourcePoint, System.Point destPoint ) : bool

Method Details

Filter() public method

public Filter ( IList points ) : IList
points IList
return IList

LineThinner() public method

public LineThinner ( float mindDistBetweenPoints, bool checkBoundary ) : System
mindDistBetweenPoints float
checkBoundary bool
return System