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

/inkscape/src/
H A Dsyseq.h226 double mu = 1 - val * B[c][index]; local
227 if (fabs(mu) < 1E-6) {
231 val_proj = sp*val/mu;
/inkscape/src/2geom/
H A Dellipse.cpp482 // there is a coefficient mu such that
483 // mu Q + R = 0
488 // mu Q + R = [1 x y] | cc/2 aa ee/2 | |x| = 0
491 // where aa = mu A + a and so on. The determinant can be explicitly written out,
492 // giving an equation which is cubic in mu and can be solved analytically.
503 Coord mu = infinity(); local
506 // Now that we have solved for mu, we need to check whether the conic
507 // determined by mu Q + R is reducible to a product of two lines. If it's not,
525 mu = mus[i];
529 // if no suitable mu wa
[all...]
/inkscape/src/ui/tools/
H A Dspray-tool.cpp119 * @param mu : mean
122 inline double NormalDistribution(double mu, double sigma) argument
125 return mu + sigma * sqrt( -2.0 * log(g_random_double_range(0, 1)) ) * cos( 2.0*M_PI*g_random_double_range(0, 1) );

Completed in 74 milliseconds