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:
Adeptus
Senior Member
****


Posts: 732
Reputation: 40
Joined: Oct 2005
RE: Bezier curve formula in C++
The statement that computes your formula doesn't alter "t", so you can simply "cout << t" before or after "ans", or do whatever you want with it.  It's just a variable.

I should also note that in your code, "t" is never initialized to anything before it is used, which is almost certainly a mistake.
03-26-2008 10:16 PM
Profile E-Mail 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