commit | beda389e646d6be3cfef853584a78ca8ba39d0fc | [log] [tgz] |
---|---|---|
author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Feb 07 13:13:41 2013 +0000 |
committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Feb 07 13:13:41 2013 +0000 |
tree | 2233d325407b886bfaf69ad94efed94a4b30f9fb | |
parent | 709906b74dc0179609e9f1455dc6e9e13675c0fa [diff] [blame] |
shape ops work in progress git-svn-id: http://skia.googlecode.com/svn/trunk@7637 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/Intersections.h b/experimental/Intersection/Intersections.h index aed47bd..d873ba0 100644 --- a/experimental/Intersection/Intersections.h +++ b/experimental/Intersection/Intersections.h
@@ -132,6 +132,9 @@ #if SK_DEBUG int fDepth; #endif +protected: + // used by addCoincident to remove ordinary intersections in range + void remove(double one, double two); private: int fSwap; };