Searched defs:tilt (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ui/tools/ |
H A D | spray-tool.h | 75 double tilt; member in class:Inkscape::UI::Tools::SprayTool
|
H A D | spray-tool.cpp | 163 , tilt(0) 267 sp_event_context_read(this, "tilt"); 330 } else if (path == "tilt") { 331 this->tilt = CLAMP(val.getDouble(0.1), 0, 1000.0); 878 double tilt, 937 Geom::Point move = (Geom::Point(cos(tilt)*cos(dp)*dr/(1-ratio)+sin(tilt)*sin(dp)*dr/(1+ratio), -sin(tilt)*cos(dp)*dr/(1-ratio)+cos(tilt)*sin(dp)*dr/(1+ratio)))+(p-a->midpoint()); 1039 Geom::Point move = (Geom::Point(cos(tilt)*co 864 sp_spray_recursive(SPDesktop *desktop, Inkscape::Selection *selection, SPItem *item, Geom::Point p, Geom::Point , gint mode, double radius, double population, double &scale, double scale_variation, bool , double mean, double standard_deviation, double ratio, double tilt, double rotation_variation, gint _distrib, bool no_overlap, bool picker, bool pick_center, bool pick_inverse_value, bool pick_fill, bool pick_stroke, bool pick_no_overlap, bool over_no_transparent, bool over_transparent, double offset, bool usepressurescale, double pressure, int pick, bool do_trace, bool pick_to_size, bool pick_to_presence, bool pick_to_color, bool pick_to_opacity, bool invert_picked, double gamma_picked , double rand_picked) argument [all...] |
Completed in 18 milliseconds