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

/inkscape/src/livarot/
H A DPathStroke.cpp707 Geom::Point const &nS, Geom::Point const &nE, // start and end normal vector
717 if (nS == -nE) {
721 double coa = dot(nS, nE);
722 sia = cross(nE, nS);
705 RecRound(Shape *dest, int sNo, int eNo, Geom::Point const &iS, Geom::Point const &iE, Geom::Point const &nS, Geom::Point const &nE, Geom::Point &origine, float width) argument

Completed in 22 milliseconds