control0MovedBy

fun control0MovedBy(translation: Vector2): ContourEdge(source)

Moves the first control point of a contour edge by a specified translation vector.

Return

a new instance of the contour edge with the first control point moved by the given translation.

Parameters

translation

the translation vector to apply to the first control point of the contour edge.