mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-28 22:08:54 -04:00
parent
e79fefce96
commit
bcf000788e
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ var Numerical = new function() {
|
|||
* The epsilon to be used when performing "geometric" checks, such as
|
||||
* distances between points and lines.
|
||||
*/
|
||||
GEOMETRIC_EPSILON: 4e-7, // NOTE: 2e-7 doesn't work in some edge-cases!
|
||||
GEOMETRIC_EPSILON: 2e-7,
|
||||
/**
|
||||
* The epsilon to be used when performing winding contribution checks.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue