Hosted by
 |
Cubics
Cubic bezier curves.
 |  | type Cubic |  |
 | Cubic bezier curve. Extends Line with two control points. |  |
 |  | type Cubic_Access |  |
 | Access type for cubic bezier curves. |  |
 |  | function Create |  |
 | Create a cubic bezier curve. |  |
|
 |  | function Length |  |
 | Calculate the arc length of this curve. Results are cached for
reuse. So make sure the starting point always remains the same
between calls. |  |
|
 |  | procedure Scale |  |
 | Scale a curve by a given factor. |  |
|
 |  | procedure Translate |  |
 | Translate a curve by a given offset. |  |
|
 |  | function Way_Point |  |
 | Get one point from the cubic bezier curve. |  |
|
 |  | function To_SVG |  |
 | Format a cubic bezier curve for Scalable Vector Graphics output. |  |
|
 |  | function To_Postscript |  |
 | Format a cubic bezier curve for postscript output. |  |
|
|
|