Searched refs:_det5 (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-ellipse_5pts.cpp54 static double _det5(double (*mat)[5]) function in namespace:Inkscape::LivePathEffect
147 double a1 = _det5(mat_a);
148 double b1 = -_det5(mat_b);
149 double c1 = _det5(mat_c);
150 double d1 = -_det5(mat_d);
151 double e1 = _det5(mat_e);
152 double f1 = -_det5(mat_f);

Completed in 13 milliseconds