Sets the position, bounds, and angular extents of this arc to the
specified value. The starting angle of the arc is tangent to the
line specified by points (p1, p2), the ending angle is tangent to
the line specified by points (p2, p3), and the arc has the
specified radius.
Parameters:
-
p1 - The first point that defines the arc. The starting
angle of the arc is tangent to the line specified by points (p1, p2).
-
p2 - The second point that defines the arc. The starting
angle of the arc is tangent to the line specified by points (p1, p2).
The ending angle of the arc is tangent to the line specified by
points (p2, p3).
-
p3 - The third point that defines the arc. The ending angle
of the arc is tangent to the line specified by points (p2, p3).
-
radius - The radius of the arc.
Since:
1.2