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

/inkscape/src/live_effects/
H A Dlpe-knot.cpp90 //find the time interval during which patha is hidden by pathb near a given crossing.
94 findShadowedTime(Geom::Path const &patha, std::vector<Geom::Point> const &pt_and_dir, argument
104 Path p = patha * mat;
109 for (unsigned i = 0; i < size_nondegenerate(patha); i++){
129 double tmin = 0, tmax = size_nondegenerate(patha);
130 double period = size_nondegenerate(patha);
135 else if ( patha.closed() )
140 else if ( patha.closed() )

Completed in 28 milliseconds