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

/inkscape/src/2geom/
H A Dray.h126 double distance(Point const& _point, Ray const& _ray) { argument
127 double t = _ray.nearestTime(_point);
128 return ::Geom::distance(_point, _ray.pointAt(t));
132 bool are_near(Point const& _point, Ray const& _ray, double eps = EPSILON) { argument
133 return are_near(distance(_point, _ray), 0, eps);

Completed in 37 milliseconds