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

/inkscape/src/
H A Dsnap.cpp364 double angle_incr = M_PI / snaps; local
370 double angle_ceil = round_to_upper_multiple_plus(angle, angle_incr, angle_offset);
371 double angle_floor = round_to_lower_multiple_plus(angle, angle_incr, angle_offset);

Completed in 611 milliseconds