@@ -60,7 +60,7 @@ <h3>[property:array currentPoint]</h3>
6060 < h2 > Methods</ h2 >
6161 < p > See the base [page:CurvePath] class for common methods.</ p >
6262
63- < h3 > [method:this absarc]( [param:Float x], [param:Float y], [param:Float radius], [param:Float startAngle], [param:Float endAngle], [param:Float clockwise] )</ h3 >
63+ < h3 > [method:this absarc]( [param:Float x], [param:Float y], [param:Float radius], [param:Float startAngle], [param:Float endAngle], [param:Boolean clockwise] )</ h3 >
6464 < p >
6565 x, y -- The absolute center of the arc.< br />
6666 radius -- The radius of the arc.< br />
@@ -71,7 +71,7 @@ <h3>[method:this absarc]( [param:Float x], [param:Float y], [param:Float radius]
7171 Adds an absolutely positioned [page:EllipseCurve EllipseCurve] to the path.
7272 </ p >
7373
74- < h3 > [method:this absellipse]( [param:Float x], [param:Float y], [param:Float xRadius], [param:Float yRadius], [param:Float startAngle], [param:Float endAngle], [param:Float clockwise], [param:Float rotation] )</ h3 >
74+ < h3 > [method:this absellipse]( [param:Float x], [param:Float y], [param:Float xRadius], [param:Float yRadius], [param:Float startAngle], [param:Float endAngle], [param:Boolean clockwise], [param:Float rotation] )</ h3 >
7575 < p >
7676 x, y -- The absolute center of the ellipse.< br />
7777 xRadius -- The radius of the ellipse in the x axis.< br />
@@ -84,7 +84,7 @@ <h3>[method:this absellipse]( [param:Float x], [param:Float y], [param:Float xRa
8484 Adds an absolutely positioned [page:EllipseCurve EllipseCurve] to the path.
8585 </ p >
8686
87- < h3 > [method:this arc]( [param:Float x], [param:Float y], [param:Float radius], [param:Float startAngle], [param:Float endAngle], [param:Float clockwise] )</ h3 >
87+ < h3 > [method:this arc]( [param:Float x], [param:Float y], [param:Float radius], [param:Float startAngle], [param:Float endAngle], [param:Boolean clockwise] )</ h3 >
8888 < p >
8989 x, y -- The center of the arc offset from the last call.< br />
9090 radius -- The radius of the arc.< br />
@@ -99,7 +99,7 @@ <h3>[method:this arc]( [param:Float x], [param:Float y], [param:Float radius], [
9999 < h3 > [method:this bezierCurveTo]( [param:Float cp1X], [param:Float cp1Y], [param:Float cp2X], [param:Float cp2Y], [param:Float x], [param:Float y] )</ h3 >
100100 < p > This creates a bezier curve from [page:.currentPoint] with (cp1X, cp1Y) and (cp2X, cp2Y) as control points and updates [page:.currentPoint] to x and y.</ p >
101101
102- < h3 > [method:this ellipse]( [param:Float x], [param:Float y], [param:Float xRadius], [param:Float yRadius], [param:Float startAngle], [param:Float endAngle], [param:Float clockwise], [param:Float rotation] )</ h3 >
102+ < h3 > [method:this ellipse]( [param:Float x], [param:Float y], [param:Float xRadius], [param:Float yRadius], [param:Float startAngle], [param:Float endAngle], [param:Boolean clockwise], [param:Float rotation] )</ h3 >
103103 < p >
104104 x, y -- The center of the ellipse offset from the last call.< br />
105105 xRadius -- The radius of the ellipse in the x axis.< br />
0 commit comments