summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d3b8985)
raw | patch | inline | side by side (parent: d3b8985)
author | johanengelen <johanengelen@users.sourceforge.net> | |
Tue, 7 Apr 2009 23:05:37 +0000 (23:05 +0000) | ||
committer | johanengelen <johanengelen@users.sourceforge.net> | |
Tue, 7 Apr 2009 23:05:37 +0000 (23:05 +0000) |
src/helper/geom-curves.h | patch | blob | history |
index bc5a8213a723074a24aec208533801f92cf9b4a4..7c181832c651927f5dc2d76c5108549a5a57f0e6 100644 (file)
--- a/src/helper/geom-curves.h
+++ b/src/helper/geom-curves.h
#include <2geom/line.h>
#include <2geom/bezier-curve.h>
+/// \todo un-inline this function
inline bool is_straight_curve(Geom::Curve const & c) {
if( dynamic_cast<Geom::LineSegment const*>(&c) ||
dynamic_cast<Geom::HLineSegment const*>(&c) ||