ContourBuilder
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun continueTo( control: Vector2, end: Vector2, tangentScale: Double = 1.0)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun moveOrCurveTo( control0: Vector2, control1: Vector2, position: Vector2)
Content copied to clipboard
Link copied to clipboard
Move the pen or draw a line to the given coordinates. The pen is moved without drawing when to prior moveTo instructions have been given.