ContourEdge
constructor(contour: ShapeContour, segmentIndex: Int, adjustments: List<SegmentOperation> = emptyList())(source)
Parameters
contour
the contour to be adjusted
segmentIndex
the index the contour's segment to be adjusted
adjustments
a list of SegmentOperation that have been applied to reach to contour, this is used to inform ShapeContour of changes in the contour topology.