[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Bezier Curve Fitting in Lua
- From: Carlos Icaza <carlos.m.icaza@...>
- Date: Sun, 2 Jan 2011 18:38:32 -0800
I wrote a curve fitting algorithm based on Philip Scheider's 'An Algorithm for Automatically Fitting Digitized Curves’ with a combination of the Douglas Puekcer algorithm.
The core fitting code is all in Lua. The rendering part is all Corona SDK.
Carlos