aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/Intersection/QuadraticIntersection_Test.cpp
diff options
context:
space:
mode:
authorGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-02-28 16:12:39 +0000
committerGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-02-28 16:12:39 +0000
commit4aaaaeace7e617ddc473645756fb7c20790bc270 (patch)
treea8bb7e7d654d04fbc6a1dfba273cbf37ee5383f2 /experimental/Intersection/QuadraticIntersection_Test.cpp
parent826b41525b5d4e67c7777b41da1435f921a47cde (diff)
shape ops work in progress
git-svn-id: http://skia.googlecode.com/svn/trunk@7898 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'experimental/Intersection/QuadraticIntersection_Test.cpp')
-rw-r--r--experimental/Intersection/QuadraticIntersection_Test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/experimental/Intersection/QuadraticIntersection_Test.cpp b/experimental/Intersection/QuadraticIntersection_Test.cpp
index 46cf20ab51..35fda3aae5 100644
--- a/experimental/Intersection/QuadraticIntersection_Test.cpp
+++ b/experimental/Intersection/QuadraticIntersection_Test.cpp
@@ -54,6 +54,9 @@ static void standardTestCases() {
}
static const Quadratic testSet[] = {
+ {{1,2}, {0.984375,2.3359375}, {1.0625,2.15625}},
+ {{0,1}, {0.983539095,2.30041152}, {1.47325103,2.61316872}},
+
{{4.09011926,2.20971038}, {4.74608133,1.9335932}, {5.02469918,2.00694987}},
{{2.79472921,1.73568666}, {3.36246373,1.21251209}, {5,2}},