Lines Matching full:curve
3177 <p>The <code>Bezier</code> primitive creates a spline curve and requires three
3179 <var>knots</var> and these points are attained by the curve, while any
3182 control point determines the tangent direction of the curve at that end. If
3184 control point determines the tangent directions of the curve at each end. If
3186 act in combination to determine the intermediate shape of the curve. In order
3198 a Bezier curve), arc (elliptical or circular arc) and closepath (close the
3201 one or more line or curve operations) are possible to allow effects such as
4192 polynomials can be used to fit any continuous curve to any degree of accuracy
4215 <p> For example, the following generates a curve that starts and ends at 0.9
4243 <p>The <code>ArcSin</code> function generates the inverse curve of a Sinusoid,
4245 The curve can be adjusted relative to both the input values and output range
4263 <p>The <code>ArcTan</code> function generates a curve that smooth crosses from
7024 Note the use of '0' fo rthe mid-point of the sigmoidal curve. </p>