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:
Choli
Elite Member
*****

Avatar
Choli

Posts: 4714
Reputation: 42
42 / Male / Flag
Joined: Jan 2003
RE: Bezier curve formula in C++
quote:
Originally posted by mezzanine
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.
but he has a cubic formula in terms of t, but he equals it to "ans" which is undefined, so he can't solve anything :P

Anyway, cubic equations do have a formula to find their roots, however it's quite complex (it uses several square and cubic roots and the imaginary number i). You can find the exact formula clicking here, typing "ax^3+bx^2+cx+d= 0" (without quotes) in the text area next to where it says "solve" and pressing the button Solve :)
Messenger Plus! en espańol:
<< http://www.msgpluslive.es/ >>
<< http://foro.msgpluslive.es/ >>
:plus4:
03-26-2008 11:19 PM
Profile PM 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