Searched defs:cos (Results 1 - 3 of 3) sorted by relevance
/inkscape/share/extensions/ |
H A D | guides_creator.py | 64 from math import cos namespace 386 from_ul_to_lr = str(cos(angle)) + ',' + str(cos(angle)) 388 from_ll_to_ur = str(-cos(angle)) + ',' + str(cos(angle))
|
/inkscape/src/2geom/ |
H A D | sbasis-math.cpp | 33 //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));} 215 Piecewise<SBasis> sin(Piecewise<SBasis> const &f, double tol, int order){return(cos(-f+M_PI/2,tol,order));} 222 Piecewise<SBasis> cos(Piecewise<SBasis> const &f, double tol, int order){ function in namespace:Geom 225 Piecewise<SBasis> cosfi = cos(f.segs[i],tol,order); 237 Piecewise<SBasis> cos( SBasis const &f, double tol, int order){ function in namespace:Geom 241 //estimate cos(x)-sum_0^order (-1)^k x^2k/2k! by the first neglicted term 259 return Piecewise<SBasis>(std::cos(alpha)*c-std::sin(alpha)*s); 263 c0 = cos(compos [all...] |
H A D | sbasis.cpp | 584 s[1] = Linear(std::cos(b[0])*t2 - tr, -std::cos(b[1])*t2 + tr); 601 \returns sbasis cos(a) 605 SBasis cos(Linear bo, int k) { function in namespace:Geom
|
Completed in 14 milliseconds