Fitting polynomial curve

Dan Stromberg drsalists at gmail.com
Thu Mar 17 21:13:35 EDT 2011


On Thu, Mar 17, 2011 at 5:44 PM, Astan Chee <astan.chee at gmail.com> wrote:

>
> On Thu, Mar 17, 2011 at 5:09 PM, Terry Reedy <tjreedy at udel.edu> wrote:
>
>> Look at scipy.
>>
>
> Thanks for the info. I realized I made some mistakes. Anyway, what I'm
> trying to do is in maya (python), fit selected vertices on a curve. Here is
> what I have so far:
>
> ...

>
> But this only works for 2D (x,z-axis). Is it possible to make it work at 3
> by combining them or doing (x,y) and (x,z) and somehow colate (average?) the
> results? Is there a formula for combining the results?
> Thanks again for any help or suggestions
>

Maybe this?

http://code.google.com/p/pythonequations/downloads/list

Or google for "three dimensional curve fitting".
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20110317/830dd80b/attachment-0001.html>


More information about the Python-list mailing list