Improve Line.intersect() to more reliably find interesctions at the beginnings / ends.

Relates to 
This commit is contained in:
Jürg Lehni 2015-10-01 04:38:48 -05:00
parent 53ff973f06
commit 75a004187e
3 changed files with 19 additions and 8 deletions
src/util

View file

@ -112,7 +112,7 @@ var Numerical = new function() {
KAPPA: 4 * (sqrt(2) - 1) / 3,
/**
* Check if the value is 0, within a tolerance defined by
* Checks if the value is 0, within a tolerance defined by
* Numerical.EPSILON.
*/
isZero: function(val) {