Searched defs:sin60 (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/dialog/
H A Dclonetiler.cpp1606 const double sin60 = sin(M_PI/3); local
1813 height = 2 * w * sin60;
1814 dia1 = Geom::Affine (Geom::Translate (w/2 + w/2 * cos60, -(w/2 * sin60)));
1815 dia2 = dia1 * Geom::Affine (Geom::Translate (0, 2 * (w/2 * sin60)));
1842 dia1 = Geom::Affine (Geom::Translate (0, h/2) * Geom::Translate (w/2, 0) * Geom::Translate (w/2 * cos60, -w/2 * sin60) * Geom::Translate (-h/2 * cos30, -h/2 * sin30) );
1844 dia3 = dia2 * Geom::Affine (Geom::Translate (0, 2 * (w/2 * sin60 - h/2 * sin30)));
1879 height = 2 * w * sin60;
1880 dia1 = Geom::Affine (Geom::Translate (0, h/2) * Geom::Translate (w/2, 0) * Geom::Translate (w/2 * cos60, -w/2 * sin60) * Geom::Translate (-h/2 * cos30, -h/2 * sin30) );
1882 dia3 = dia2 * Geom::Affine (Geom::Translate (0, 2 * (w/2 * sin60 - h/2 * sin30)));
1918 ori = Geom::Affine(Geom::Translate (w * pow((2*(i/6) + (j%2)), shiftx_exp) + dx, (2*w * sin60) * po
[all...]

Completed in 21 milliseconds