Clipper.Offset

This unit contains the ClipperOffset class that performs all polygon offsetting. Nevertheless, the vast majority of offset operations can be performed using the simple InflatePaths* function that's found in the Clipper Unit.

* The InflatePaths function name was preferred over OffsetPaths because programmers often use offset when they're referring to translation. Hopefully InflatePaths will be less confusing despite it encapsulating and performing most of the functions of the ClipperOffset class.

Contents

Classes
ClipperOffset

See Also

ClipperOffset, Clipper, InflatePaths