summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7b24a1f)
raw | patch | inline | side by side (parent: 7b24a1f)
author | johanengelen <johanengelen@users.sourceforge.net> | |
Fri, 6 Jun 2008 23:12:29 +0000 (23:12 +0000) | ||
committer | johanengelen <johanengelen@users.sourceforge.net> | |
Fri, 6 Jun 2008 23:12:29 +0000 (23:12 +0000) |
src/display/curve.cpp | patch | blob | history |
diff --git a/src/display/curve.cpp b/src/display/curve.cpp
index 1f1bd1147e5e68d55005d636de98f8c5674ad7db..2ca24438825a731199b6b3699edd2cb1db570264 100644 (file)
--- a/src/display/curve.cpp
+++ b/src/display/curve.cpp
command to the subpath start point instead of adding a new lineto.
Used for freehand drawing when the user draws back to the start point.
+
+ 2GEOMified
**/
void
SPCurve::closepath_current()
/**
* True if no paths are in curve.
+ * 2GEOMproof
*/
bool
SPCurve::is_empty() const
/**
* True iff all subpaths are closed.
+ * 2GEOMproof
*/
bool
SPCurve::is_closed() const
/**
* Append \a c1 to \a this with possible fusing of close endpoints.
+ * 2GEOMproof. Needs to be recoded when NArtBpath is no longer there. Right now, it applies the same changes to bpath and pathv depending on bpath
*/
SPCurve *
SPCurve::append_continuous(SPCurve const *c1, gdouble tolerance)
/**
* Remove last segment of curve.
* (Only used once in /src/pen-context.cpp)
+ * 2GEOMified
*/
void
SPCurve::backspace()
@@ -1366,7 +1372,7 @@ sp_curve_nonzero_distance_including_space(SPCurve const *const curve, double seg
}
/**
- *
+ * 2GEOMified
*/
void
SPCurve::stretch_endpoints(NR::Point const &new_p0, NR::Point const &new_p1)
/**
* Adds p to the last point (and last handle if present) of the last path
+ * 2GEOMified
*/
void
SPCurve::last_point_additive_move(Geom::Point const & p)