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

/inkscape/share/extensions/
H A Dguides_creator.py65 from math import sin namespace
387 from_ur_to_ll = str(-sin(angle)) + ',' + str(sin(angle))
389 from_lr_to_ul = str(-sin(angle)) + ',' + str(-sin(angle))
/inkscape/src/2geom/
H A Dsbasis-math.cpp33 //this a first try to define sqrt, cos, sin, etc...
202 //-Yet another sin/cos--------------------------------------------------------------
209 Piecewise<SBasis> sin( SBasis const &f, double tol, int order){return(cos(-f+M_PI/2,tol,order));} function in namespace:Geom
215 Piecewise<SBasis> sin(Piecewise<SBasis> const &f, double tol, int order){return(cos(-f+M_PI/2,tol,order));} function in namespace:Geom
259 return Piecewise<SBasis>(std::cos(alpha)*c-std::sin(alpha)*s);
H A Dsbasis.cpp575 \returns sbasis sin(a)
579 SBasis sin(Linear b, int k) { function in namespace:Geom
581 s[0] = Linear(std::sin(b[0]), std::sin(b[1]));
606 return sin(Linear(bo[0] + M_PI/2,

Completed in 142 milliseconds