commit | d1688744d537d928699b6069f99c4470a0f6e772 | [log] [tgz] |
---|---|---|
author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Sep 18 20:08:37 2012 +0000 |
committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Sep 18 20:08:37 2012 +0000 |
tree | 586708e7e9c18959c16f2f6e042636f4bc25d094 | |
parent | ec0aa764ebe36aecdfb77286d665fccc85ab204a [diff] [blame] |
shape ops work in progress at least 12M of the quad/quad intersection tests pass git-svn-id: http://skia.googlecode.com/svn/trunk@5591 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/LineParameters.h b/experimental/Intersection/LineParameters.h index d4d7419..fc1bcc8 100644 --- a/experimental/Intersection/LineParameters.h +++ b/experimental/Intersection/LineParameters.h
@@ -53,7 +53,7 @@ bool normalize() { double normal = sqrt(normalSquared()); - if (approximately_zero_squared(normal)) { + if (approximately_zero(normal)) { a = b = c = 0; return false; }