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

Afficher le fichier Open project: an83/KinectTouch2 Class Usage Examples

Méthodes publiques

Méthode Description
Filter ( IList points ) : IList
LineThinner ( float mindDistBetweenPoints, bool checkBoundary ) : System

Private Methods

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

Method Details

Filter() public méthode

public Filter ( IList points ) : IList
points IList
Résultat IList

LineThinner() public méthode

public LineThinner ( float mindDistBetweenPoints, bool checkBoundary ) : System
mindDistBetweenPoints float
checkBoundary bool
Résultat System