diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-06-29 13:29:23 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-06-29 13:29:23 +0000 |
| commit | 632d5341888ab5a814408aee5a6640e84adb05f4 (patch) | |
| tree | c8fa943fa741fd4780ec602f685f918f10c067a7 /src/display/curve.h | |
| parent | replace some spcurve->last_bpath calls with spcurve->is_empty (diff) | |
| download | inkscape-632d5341888ab5a814408aee5a6640e84adb05f4.tar.gz inkscape-632d5341888ab5a814408aee5a6640e84adb05f4.zip | |
add SPCurve::first_segment and last_segment
(bzr r6089)
Diffstat (limited to 'src/display/curve.h')
| -rw-r--r-- | src/display/curve.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/display/curve.h b/src/display/curve.h index 0bb456777..0ac5d069e 100644 --- a/src/display/curve.h +++ b/src/display/curve.h @@ -78,8 +78,10 @@ public: bool is_empty() const; bool is_closed() const; NArtBpath const * last_bpath() const; + Geom::Curve const * last_segment() const; Geom::Path const * last_path() const; NArtBpath const * first_bpath() const; + Geom::Curve const * first_segment() const; Geom::Path const * first_path() const; NR::Point first_point() const; NR::Point last_point() const; |
