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

/inkscape/src/
H A Dselection-chemistry.cpp1784 sp_selection_rotate_relative(Inkscape::Selection *selection, Geom::Point const &center, gdouble const angle_degrees) argument
1788 Geom::Rotate const rotate(Geom::Rotate::from_degrees(angle_degrees));
1842 sp_selection_rotate(Inkscape::Selection *selection, gdouble const angle_degrees) argument
1852 sp_selection_rotate_relative(selection, *center, angle_degrees);
1855 ( ( angle_degrees > 0 )

Completed in 65 milliseconds