C# 클래스 ClipperLib.Clipper.PolyOffsetBuilder

파일 보기 프로젝트 열기: iNiKe/clipper

공개 메소드들

메소드 설명
PolyOffsetBuilder ( List> pts, List> solution, double delta, JoinType jointype, double limit, bool AutoFix = true ) : System

비공개 메소드들

메소드 설명
AddPoint ( IntPoint pt ) : void
DoMiter ( ) : void
DoRound ( double Limit ) : void
DoSquare ( double mul ) : void
UpdateBotPt ( IntPoint pt, IntPoint &botPt ) : bool

메소드 상세

PolyOffsetBuilder() 공개 메소드

public PolyOffsetBuilder ( List> pts, List> solution, double delta, JoinType jointype, double limit, bool AutoFix = true ) : System
pts List>
solution List>
delta double
jointype JoinType
limit double
AutoFix bool
리턴 System