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

/inkscape/src/
H A Dknot-holder-entity.cpp198 gdouble theta = sp_pattern_extract_theta(pat); local
199 delta = delta * Geom::Affine(Geom::Scale(scale))*Geom::Affine(Geom::Rotate(theta));
214 gdouble theta = atan2(delta); local
217 theta = sp_round(theta, M_PI/snaps);
222 Geom::Affine rot = Geom::Affine(Geom::Scale(scl)) * Geom::Affine(Geom::Rotate(theta));
239 gdouble theta = sp_pattern_extract_theta(pat); local
251 d *= Geom::Rotate(-theta);
255 Geom::Affine rot = (Geom::Affine)scl * Geom::Rotate(theta);
/inkscape/src/libavoid/
H A Drouter.cpp1143 double theta = 0 - atan2(n_p2.y, n_p2.x); local
1144 //db_printf("theta = %.2f\n", theta * (180 / PI));
1151 double cosv = cos(theta);
1152 double sinv = sin(theta);
/inkscape/src/livarot/
H A DPathCutting.cpp917 double const theta = (cvAbs[curCv] - len) / add; local
920 res[nbCut].t = theta * i->t + (1 - theta) * ( (lastPiece != i->piece) ? 0 : lastT);
H A DShape.h113 double theta; // coordinate of the incidence on the edge member in struct:Shape::incidenceData
488 int PushIncidence(Shape *a, int cb, int pt, double theta);
H A DShapeSweep.cpp1979 Shape::PushIncidence (Shape * a, int cb, int pt, double theta) argument
1981 if (theta < 0 || theta > 1)
1993 iData[n].theta = theta;

Completed in 33 milliseconds