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

/inkscape/src/live_effects/
H A Dlpe-gears.cpp60 int number_of_teeth() {return _number_of_teeth;} function in class:Gear
187 int N = (int) floor( (radius / this->pitch_radius()) * this->number_of_teeth() );
194 if (gear.number_of_teeth() % 2 == 0)

Completed in 23 milliseconds