aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/Intersection/QuarticRoot.h
diff options
context:
space:
mode:
authorGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-14 14:19:30 +0000
committerGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-14 14:19:30 +0000
commit235f56a92f6eb6accbb243e11b3c45e3798f38f2 (patch)
tree2dc85f3ef6164f2f5e4285828d5777c2dbcd77b6 /experimental/Intersection/QuarticRoot.h
parentffadfb5d43a2b09394b4650829bcfc7329ed2d30 (diff)
shape ops work in progress
add quartic solution for intersecting quadratics git-svn-id: http://skia.googlecode.com/svn/trunk@5541 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'experimental/Intersection/QuarticRoot.h')
-rw-r--r--experimental/Intersection/QuarticRoot.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/experimental/Intersection/QuarticRoot.h b/experimental/Intersection/QuarticRoot.h
new file mode 100644
index 0000000000..8baa842f3c
--- /dev/null
+++ b/experimental/Intersection/QuarticRoot.h
@@ -0,0 +1,2 @@
+int quarticRoots(const double A, const double B, const double C, const double D,
+ const double E, double s[4]);