Skip to main content

ClipperEndType

Type Alias ClipperEndType 

Source
pub type ClipperEndType = c_uint;
Expand description

Open-path endpoint handling for ClipperOffset. POLYGON_END is the closed-polygon case — no endpoints to inflate. The other variants decide how the start and end of a polyline are extended (listed in enum order): JOINED keeps polylines connected to neighbouring segments, BUTT keeps the line flat at the original endpoint, SQUARE extends one delta past it, ROUND adds a half-circle cap.