commit | 27accef223a27fba437f5e825d99edbae20a045b | [log] [tgz] |
---|---|---|
author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Jan 25 18:57:23 2012 +0000 |
committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Jan 25 18:57:23 2012 +0000 |
tree | bba808edd5117406ec3d17f08baebdbbd4338a1a | |
parent | 76bd2540b55f31c8e72adb2fa72a88d7f4ba5374 [diff] [blame] |
Intersection work in progress Review URL: https://codereview.appspot.com/5576043 git-svn-id: http://skia.googlecode.com/svn/trunk@3087 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/QuadraticIntersection_TestData.h b/experimental/Intersection/QuadraticIntersection_TestData.h index 003c376..54f084c 100644 --- a/experimental/Intersection/QuadraticIntersection_TestData.h +++ b/experimental/Intersection/QuadraticIntersection_TestData.h
@@ -1,9 +1,9 @@ -/* - * QuadraticIntersection_TestData.h - * edge - * - * Created by Cary Clark on 1/10/12. - * Copyright 2012 __MyCompanyName__. All rights reserved. - * - */ +#include "DataTypes.h" +extern const Quadratic quadraticLines[]; +extern const Quadratic quadraticModEpsilonLines[]; +extern const Quadratic quadraticTests[][2]; + +extern const size_t quadraticLines_count; +extern const size_t quadraticModEpsilonLines_count; +extern const size_t quadraticTests_count;