mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Change comment.
This commit is contained in:
parent
e83195bb8f
commit
08d0499251
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ var Curve = this.Curve = Base.extend({
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Amount of integral evaluations
|
// Amount of integral evaluations for the interval 0 <= a < b <= 1
|
||||||
function getIterations(a, b) {
|
function getIterations(a, b) {
|
||||||
// Guess required precision based and size of range...
|
// Guess required precision based and size of range...
|
||||||
// TODO: There should be much better educated guesses for
|
// TODO: There should be much better educated guesses for
|
||||||
|
|
Loading…
Reference in a new issue