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.

* I've chosen to name the function that encapsulates polygon offsetting InflatePaths (not OffsetPaths) because people often use offset when they're referring to the process of translation. I'm hoping that InflatePaths will be less confusing despite using the Clipper.Offset unit name and ClipperOffset class name.

Contents

Classes
ClipperOffset

See Also

ClipperOffset, Clipper, InflatePaths