mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-08 05:42:07 -05:00
Include comment about algorithm modifications.
This commit is contained in:
parent
8a048e8448
commit
c4bea4d24c
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
||||||
// An Algorithm for Automatically Fitting Digitized Curves
|
// An Algorithm for Automatically Fitting Digitized Curves
|
||||||
// by Philip J. Schneider
|
// by Philip J. Schneider
|
||||||
// from "Graphics Gems", Academic Press, 1990
|
// from "Graphics Gems", Academic Press, 1990
|
||||||
|
// Modifications and optimisations of original algorithm by Juerg Lehni.
|
||||||
|
|
||||||
var PathFitter = Base.extend({
|
var PathFitter = Base.extend({
|
||||||
initialize: function(path, error) {
|
initialize: function(path, error) {
|
||||||
this.points = [];
|
this.points = [];
|
||||||
|
|
Loading…
Reference in a new issue