Package-level declarations
Functions
Link copied to clipboard
Link copied to clipboard
fun ShapeContour.bulgeSegments(distortion: (index: Int, segment: Segment2D) -> Double): ShapeContour
Link copied to clipboard
fun ShapeContour.chamferCorners(lengths: (index: Int, left: Segment2D, right: Segment2D) -> Double, expands: (index: Int, left: Segment2D, right: Segment2D) -> Double = { _, _, _ -> 0.0 }, clip: Boolean = true, angleThreshold: Double = 180.0, chamfer: ContourBuilder.(p1: Vector2, p2: Vector2, p3: Vector2) -> Unit): ShapeContour
Chamfers corners between linear segments
Link copied to clipboard