Inkscape
Vector Graphics Editor
|
C implementation of third-order polynomial spirals. More...
Go to the source code of this file.
Classes | |
struct | Spiro::spiro_cp |
Namespaces | |
namespace | Spiro |
Typedefs | |
typedef struct spiro_seg_s | Spiro::spiro_seg |
Functions | |
Geom::Path | Spiro::spiro_run (const spiro_cp *src, int src_len) |
spiro_seg * | Spiro::run_spiro (const spiro_cp *src, int n) |
void | Spiro::free_spiro (spiro_seg *s) |
void | Spiro::spiro_to_otherpath (const spiro_seg *s, int n, ConverterPath &bc) |
double | Spiro::get_knot_th (const spiro_seg *s, int i) |
C implementation of third-order polynomial spirals.
Definition in file spiro.h.