Painter2D.ArcTo

Declaration

public void ArcTo(Vector2 p1, Vector2 p2, float radius);

Parameters

p1 The first control point of the arc.
p2 The final point of the arc.
radius The radius of the arc.

Description

Adds an arc to the current sub-path to the provided position using a control point.


Did you find this page useful? Please give it a rating: