Package com.github.micycle1.clipper2.offset


package com.github.micycle1.clipper2.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.
  • Class
    Description
    Manages the process of offsetting (inflating/deflating) both open and closed paths using different join types and end types.
    Functional interface for calculating a variable delta during polygon offsetting.
    The EndType enumerator is only needed when offsetting (inflating/shrinking).
    The JoinType enumerator is only needed when offsetting (inflating/shrinking).