Home | History | Annotate | Download | only in Magick++

Lines Matching full:quadratic

646 <p style="margin-bottom: 0in"><a href="Drawable.html#quadratic%20Bezier">Quadratic Bézier commands.</a> A quadratic Bézier segment is defined by a start point, an end point, and one control point.</p></li>
705 <h3><a name="quadratic Bezier"></a>The quadratic Bézier curve commands</h3>
706 <p>The quadratic Bézier commands depend on the <i>PathQuadraticCurvetoArgs</i> argument class, which has the constructor signature:</p>
711 <p style="margin-bottom: 0in">The quadratic Bézier commands are as follows:</p>
712 <p style="text-align:center;margin-bottom: 0in"><b>Quadratic Bézier Curve Classes</b></p>
727 <p class="western">Draws a quadratic Bézier curve from the current point to (x,y) using (x1,y1) as the control point. <i>PathQuadraticCurvetoAbs</i> indicates that absolute coordinates will follow; <i>PathQuadraticCurvetoRel</i> indicates that relative coordinates will follow. Multiple sets of coordinates may be specified to draw a polybezier. At the end of the command, the new current point becomes the final (x,y) coordinate pair used in the polybezier.</p></td></tr>
745 <p class="western">Draws a quadratic Bézier curve from the current point to (x,y). The control point is assumed to be the reflection of the control point on the previous<br />