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

/inkscape/src/livarot/
H A DShape.cpp2253 * Returns true iff the L2 distance from \a thePt to this shape is <= \a max_l2.
2261 * \param max_l2 L2 distance.
2264 bool distanceLessThanOrEqual(Shape const *s, Geom::Point const &p, double const max_l2) argument
2280 double const max_l1 = max_l2 * M_SQRT2;
2284 if ( (l1 <= max_l2) || ((l1 <= max_l1) && (Geom::L2(offset) <= max_l2)) ) {
2301 if ( nl <= max_l2 ) {
H A DShape.h572 bool distanceLessThanOrEqual(Shape const *s, Geom::Point const &p, double const max_l2);

Completed in 1308 milliseconds