C# 클래스 CCT.NUI.Core.Shape.LineThinner

파일 보기 프로젝트 열기: an83/KinectTouch2 1 사용 예제들

공개 메소드들

메소드 설명
Filter ( IList points ) : IList
LineThinner ( float mindDistBetweenPoints, bool checkBoundary ) : System

비공개 메소드들

메소드 설명
CheckFirstAndLastPoint ( IList points ) : void
DistanceIsTooSmall ( System.Point sourcePoint, System.Point destPoint ) : bool

메소드 상세

Filter() 공개 메소드

public Filter ( IList points ) : IList
points IList
리턴 IList

LineThinner() 공개 메소드

public LineThinner ( float mindDistBetweenPoints, bool checkBoundary ) : System
mindDistBetweenPoints float
checkBoundary bool
리턴 System