diff options
| author | Aaron Spike <aaron@ekips.org> | 2006-04-14 21:24:32 +0000 |
|---|---|---|
| committer | acspike <acspike@users.sourceforge.net> | 2006-04-14 21:24:32 +0000 |
| commit | 84e458fdfe11cb21e5798ca04283bb734b52ecc2 (patch) | |
| tree | a2450eef49ce479b22974a32473002ecf024ba64 /src/display/bezier-utils.h | |
| parent | Remove warnings (diff) | |
| download | inkscape-84e458fdfe11cb21e5798ca04283bb734b52ecc2.tar.gz inkscape-84e458fdfe11cb21e5798ca04283bb734b52ecc2.zip | |
Attempt to preserve the shape of the path when deleting nodes
Old deletion behavior is available via Ctrl+Delete
(bzr r525)
Diffstat (limited to 'src/display/bezier-utils.h')
| -rw-r--r-- | src/display/bezier-utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/display/bezier-utils.h b/src/display/bezier-utils.h index f281ab220..1d6c8678f 100644 --- a/src/display/bezier-utils.h +++ b/src/display/bezier-utils.h @@ -20,6 +20,7 @@ #include <glib/gtypes.h> /* Bezier approximation utils */ +NR::Point bezier_pt(unsigned degree, NR::Point const V[], gdouble t); gint sp_bezier_fit_cubic(NR::Point bezier[], NR::Point const data[], gint len, gdouble error); |
