What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Bezier curve formula in C++

Bezier curve formula in C++
Author: Message:
mezzanine
Full Member
***

Avatar

Posts: 106
Reputation: 23
– / – / Flag
Joined: May 2005
Status: Away
RE: Bezier curve formula in C++
The cubic Bézier curve formula resolves to a cubic equation in terms of t, which is quite difficult to solve. If you're really brave, you can write the equation in depressed form and make use of the Chebyshev radicals to find the roots.

This post was edited on 03-26-2008 at 11:03 PM by mezzanine.
03-26-2008 11:01 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Bezier curve formula in C++ - by Reaper on 03-26-2008 at 06:26 PM
RE: Bezier curve formula in C++ - by Adeptus on 03-26-2008 at 10:16 PM
RE: Bezier curve formula in C++ - by Choli on 03-26-2008 at 10:42 PM
RE: Bezier curve formula in C++ - by mezzanine on 03-26-2008 at 11:01 PM
RE: Bezier curve formula in C++ - by Choli on 03-26-2008 at 11:19 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On