filletchamferpointarray.h revision 76addc201c409e81eaaa73fe27cc0f79c4db097c
/*
* Inkscape::LivePathEffectParameters
* Copyright (C) Jabiertxo Arraiza Cenoz <jabier.arraiza@marker.es>
* Special thanks to Johan Engelen for the base of the effect -powerstroke-
* Also to ScislaC for point me to the idea
* Also su_v for his construvtive feedback and time
* and finaly to Liam P. White for his big help on coding, that save me a lot of
* hours
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include <glib.h>
#include "live_effects/parameter/array.h"
#include "knot-holder-entity.h"
bool /*set*/);
virtual bool providesKnotHolderEntities() const {
return true;
}
virtual void updateCanvasIndicators();
return last_pwd2;
}
return last_pwd2_normal;
}
void recalculate_knots(
int helper_size;
int chamfer_steps;
bool use_distance;
};
unsigned int index);
/*Checks whether the index falls within the size of the parameter's vector*/
bool valid_index(unsigned int index) const {
}
;
unsigned int _index;
};
} //namespace LivePathEffect
} //namespace Inkscape
#endif