Searched refs:phi (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-gears.h29 ScalarParam phi; member in class:Inkscape::LivePathEffect::LPEGears
H A Dlpe-gears.cpp65 Gear(int n, double m, double phi) { argument
68 _pressure_angle = phi;
215 phi(_("_Phi:"), _("Tooth pressure angle (typically 20-25 deg). The ratio of teeth not in contact."), "phi", &wr, this, 5)
227 registerParameter( dynamic_cast<Parameter *>(&phi) );
244 Gear * gear = new Gear(teeth, 200.0, phi * M_PI / 180);

Completed in 163 milliseconds