commit | 6d0032a8ec680221c2a704cac2391f2a2d77546f | [log] [tgz] |
---|---|---|
author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Jan 04 19:41:13 2013 +0000 |
committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Jan 04 19:41:13 2013 +0000 |
tree | e8bf1cf1ca5917daa4e7062243cec58cfb6c0ff3 | |
parent | d96d17b9c113ac694138224249ff2ce643e961dd [diff] [blame] |
shape ops work in progress git-svn-id: http://skia.googlecode.com/svn/trunk@7031 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/QuadraticParameterization.cpp b/experimental/Intersection/QuadraticParameterization.cpp index 8e7f1a2..76441aa 100644 --- a/experimental/Intersection/QuadraticParameterization.cpp +++ b/experimental/Intersection/QuadraticParameterization.cpp
@@ -105,8 +105,7 @@ if (first == index) { continue; } - if (!approximately_equal(p[index] * p2.p[first], - p[first] * p2.p[index])) { + if (!AlmostEqualUlps(p[index] * p2.p[first], p[first] * p2.p[index])) { return false; } }