ContourAdjusterEdge
data class ContourAdjusterEdge(val contourAdjuster: ContourAdjuster, val segmentIndex: () -> Int)(source)
Properties
Link copied to clipboard
Link copied to clipboard
A ContourAdjusterVertex interface for the end-vertex of the edge
Link copied to clipboard
Link copied to clipboard
A link to the edge after this edge
Link copied to clipboard
A link to the edge before this edge
Link copied to clipboard
Link copied to clipboard
A ContourAdjusterVertex interface for the start-vertex of the edge
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Moves the first control point of a contour edge by a specified translation vector.
Link copied to clipboard
Moves the second control point (Control1) of a contour edge by a specified translation vector.
Link copied to clipboard
Moves the starting point of the contour edge by the given translation vector.
Link copied to clipboard
Replace this edge with a point at t
Replaces the current edge with the segments of an open shape contour.
Link copied to clipboard
Split the edge in numberOfParts parts of equal length
Link copied to clipboard
Link copied to clipboard