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

/inkscape/src/livarot/
H A DPathSimplify.cpp40 #define N01(t) ((1.0-t)) macro
1131 double const Cx = (p0[Geom::X] - 2 * p1[Geom::X] + p2[Geom::X]) * N01(it) +
1144 double const Cy = (p0[Geom::Y] - 2 * p1[Geom::Y] + p2[Geom::Y]) * N01(it) +

Completed in 44 milliseconds