|
@@ -60,7 +60,7 @@
|
|
<h2>Methods</h2>
|
|
<h2>Methods</h2>
|
|
<p>See the base [page:CurvePath] class for common methods.</p>
|
|
<p>See the base [page:CurvePath] class for common methods.</p>
|
|
|
|
|
|
- <h3>[method:this absarc]( [param:Float x], [param:Float y], [param:Float radius], [param:Float startAngle], [param:Float endAngle], [param:Float clockwise] )</h3>
|
|
|
|
|
|
+ <h3>[method:this absarc]( [param:Float x], [param:Float y], [param:Float radius], [param:Float startAngle], [param:Float endAngle], [param:Boolean clockwise] )</h3>
|
|
<p>
|
|
<p>
|
|
x, y -- The absolute center of the arc.<br />
|
|
x, y -- The absolute center of the arc.<br />
|
|
radius -- The radius of the arc.<br />
|
|
radius -- The radius of the arc.<br />
|
|
@@ -71,7 +71,7 @@
|
|
Adds an absolutely positioned [page:EllipseCurve EllipseCurve] to the path.
|
|
Adds an absolutely positioned [page:EllipseCurve EllipseCurve] to the path.
|
|
</p>
|
|
</p>
|
|
|
|
|
|
- <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>
|
|
|
|
|
|
+ <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>
|
|
<p>
|
|
<p>
|
|
x, y -- The absolute center of the ellipse.<br />
|
|
x, y -- The absolute center of the ellipse.<br />
|
|
xRadius -- The radius of the ellipse in the x axis.<br />
|
|
xRadius -- The radius of the ellipse in the x axis.<br />
|
|
@@ -84,7 +84,7 @@
|
|
Adds an absolutely positioned [page:EllipseCurve EllipseCurve] to the path.
|
|
Adds an absolutely positioned [page:EllipseCurve EllipseCurve] to the path.
|
|
</p>
|
|
</p>
|
|
|
|
|
|
- <h3>[method:this arc]( [param:Float x], [param:Float y], [param:Float radius], [param:Float startAngle], [param:Float endAngle], [param:Float clockwise] )</h3>
|
|
|
|
|
|
+ <h3>[method:this arc]( [param:Float x], [param:Float y], [param:Float radius], [param:Float startAngle], [param:Float endAngle], [param:Boolean clockwise] )</h3>
|
|
<p>
|
|
<p>
|
|
x, y -- The center of the arc offset from the last call.<br />
|
|
x, y -- The center of the arc offset from the last call.<br />
|
|
radius -- The radius of the arc.<br />
|
|
radius -- The radius of the arc.<br />
|
|
@@ -99,7 +99,7 @@
|
|
<h3>[method:this bezierCurveTo]( [param:Float cp1X], [param:Float cp1Y], [param:Float cp2X], [param:Float cp2Y], [param:Float x], [param:Float y] )</h3>
|
|
<h3>[method:this bezierCurveTo]( [param:Float cp1X], [param:Float cp1Y], [param:Float cp2X], [param:Float cp2Y], [param:Float x], [param:Float y] )</h3>
|
|
<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>
|
|
<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>
|
|
|
|
|
|
- <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>
|
|
|
|
|
|
+ <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>
|
|
<p>
|
|
<p>
|
|
x, y -- The center of the ellipse offset from the last call.<br />
|
|
x, y -- The center of the ellipse offset from the last call.<br />
|
|
xRadius -- The radius of the ellipse in the x axis.<br />
|
|
xRadius -- The radius of the ellipse in the x axis.<br />
|