commit | 235f56a92f6eb6accbb243e11b3c45e3798f38f2 | [log] [tgz] |
---|---|---|
author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Sep 14 14:19:30 2012 +0000 |
committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Sep 14 14:19:30 2012 +0000 |
tree | 2dc85f3ef6164f2f5e4285828d5777c2dbcd77b6 | |
parent | ffadfb5d43a2b09394b4650829bcfc7329ed2d30 [diff] [blame] |
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
diff --git a/experimental/Intersection/Intersection_Tests.cpp b/experimental/Intersection/Intersection_Tests.cpp index 58d7cc4..36582fe 100644 --- a/experimental/Intersection/Intersection_Tests.cpp +++ b/experimental/Intersection/Intersection_Tests.cpp
@@ -14,6 +14,7 @@ void Intersection_Tests() { int testsRun = 0; + QuarticRoot_Test(); // QuadraticIntersection_Test(); SimplifyNew_Test(); Simplify4x4QuadraticsThreaded_Test(testsRun);