mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 14:10:14 -05:00
Include Roger Willcocks in the thanks regarding isSufficentlyFlat.
This commit is contained in:
parent
50ee598bca
commit
ba5aa86411
1 changed files with 1 additions and 1 deletions
|
@ -625,7 +625,7 @@ statics: {
|
|||
},
|
||||
|
||||
isFlatEnough: function(v, tolerance) {
|
||||
// Thanks to Kaspar Fischer for the following:
|
||||
// Thanks to Kaspar Fischer and Roger Willcocks for the following:
|
||||
// http://hcklbrrfnn.files.wordpress.com/2012/08/bez.pdf
|
||||
var p1x = v[0], p1y = v[1],
|
||||
c1x = v[2], c1y = v[3],
|
||||
|
|
Loading…
Reference in a new issue