Home | History | Annotate | Download | only in Intersection

Lines Matching refs:inv

287         double inv = 1 / denom;
288 return approximately_equal(x * inv, a.x * inv) && approximately_equal(y * inv, a.y * inv);
296 double inv = 1 / denom;
297 return approximately_equal(x * inv, a.fX * inv) && approximately_equal(y * inv, a.fY * inv);
305 double inv = 1 / denom;
306 return approximately_equal_half(x * inv, a.x * inv)
307 && approximately_equal_half(y * inv, a.y * inv);