C# Class ClipperLib.Clipper.PolyOffsetBuilder

Show file Open project: iNiKe/clipper

Public Methods

Method Description
PolyOffsetBuilder ( List> pts, List> solution, double delta, JoinType jointype, double limit, bool AutoFix = true ) : System

Private Methods

Method Description
AddPoint ( IntPoint pt ) : void
DoMiter ( ) : void
DoRound ( double Limit ) : void
DoSquare ( double mul ) : void
UpdateBotPt ( IntPoint pt, IntPoint &botPt ) : bool

Method Details

PolyOffsetBuilder() public method

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
return System