#ifndef INKSCAPE_HELPER_GEOM_CURVES_H
#define INKSCAPE_HELPER_GEOM_CURVES_H
/**
* @file
* Specific curve type functions for Inkscape, not provided by lib2geom.
*/
/*
* Author:
* Johan Engelen <goejendaagh@zonnet.nl>
*
* Copyright (C) 2008-2009 Johan Engelen
*
* Released under GNU GPL
*/
/// \todo un-inline this function
{
{
return true;
}
// if the control points are exactly on the line connecting the initial and final points.
if (curve) {
return false;
}
return true;
}
return false;
}
#endif // INKSCAPE_HELPER_GEOM_CURVES_H
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :