aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/Intersection/CurveIntersection.h
diff options
context:
space:
mode:
authorGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-17 11:40:34 +0000
committerGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-17 11:40:34 +0000
commit78e17130f396d8b2157116c2504e357192f87ed1 (patch)
treed271b9dfdf378c33bc283afafc5519844367e6b4 /experimental/Intersection/CurveIntersection.h
parent95bfdedb371262905ae06b9c06b2c0f55869a441 (diff)
work in progress
git-svn-id: http://skia.googlecode.com/svn/trunk@3702 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'experimental/Intersection/CurveIntersection.h')
-rw-r--r--experimental/Intersection/CurveIntersection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/experimental/Intersection/CurveIntersection.h b/experimental/Intersection/CurveIntersection.h
index 25c696c48d..1da2d9b19b 100644
--- a/experimental/Intersection/CurveIntersection.h
+++ b/experimental/Intersection/CurveIntersection.h
@@ -14,6 +14,7 @@ int convex_hull(const Cubic& cubic, char order[4]);
bool convex_x_hull(const Cubic& cubic, char connectTo0[2], char connectTo3[2]);
bool implicit_matches(const Cubic& cubic1, const Cubic& cubic2);
bool implicit_matches(const _Line& line1, const _Line& line2);
+bool implicit_matches_ulps(const _Line& one, const _Line& two, int ulps);
bool implicit_matches(const Quadratic& quad1, const Quadratic& quad2);
void sub_divide(const Cubic& src, double t1, double t2, Cubic& dst);
void sub_divide(const _Line& src, double t1, double t2, _Line& dst);