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

/inkscape/src/livarot/
H A DPathSimplify.cpp36 #define N02(t) ((1.0-t)*(1.0-t)) macro
1127 double const Bx = (p1[Geom::X] - p0[Geom::X]) * N02(it) +
1140 double const By = (p1[Geom::Y] - p0[Geom::Y]) * N02(it) +

Completed in 15 milliseconds