aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-01 02:00:58 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-01 02:00:58 +0000
commit4f55d39a175afe70c1231eb7389790633210106f (patch)
tree613e77b3dec7838aac4e35c858e8de70c30811b0 /experimental
parent32546db1494a6c6433a7919844133a6ff5b5c7b2 (diff)
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@5377 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'experimental')
-rw-r--r--experimental/Intersection/Simplify.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/experimental/Intersection/Simplify.cpp b/experimental/Intersection/Simplify.cpp
index d6d90bcdb3..0c81b2af9f 100644
--- a/experimental/Intersection/Simplify.cpp
+++ b/experimental/Intersection/Simplify.cpp
@@ -469,7 +469,7 @@ public:
// longer curve on either side of the shorter one.
// Using Bezier curve focus http://cagd.cs.byu.edu/~tom/papers/bezclip.pdf
// may provide some help, but nothing has been figured out yet.
-
+
// start here
/*(
for quads and cubics, set up a parameterized line (e.g. LineParameters )
@@ -477,7 +477,7 @@ public:
or the other. If it both quads' end points are on the same side, choose
the shorter tangent. If the tangents are equal, choose the better second
tangent angle
-
+
maybe I set up LineParameters lazily
*/
bool operator<(const Angle& rh) const {