powerstrokepointarray.h revision b7975890f78e083b615e80a9a9432ec8f79baf17
/*
* Inkscape::LivePathEffectParameters
*
* Copyright (C) Johan Engelen 2007 <j.b.c.engelen@utwente.nl>
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include <gtkmm/tooltips.h>
#include "live_effects/parameter/array.h"
#include "knot-holder-entity.h"
virtual bool providesKnotHolderEntities() { return true; }
void set_pwd2_normal(Geom::Piecewise<Geom::D2<Geom::SBasis> > const & pwd2_in) { last_pwd2_normal = pwd2_in; }
};
} //namespace LivePathEffect
} //namespace Inkscape
#endif