|
-
May 22nd, 2000, 05:22 AM
#1
Thread Starter
Junior Member
i have three points,, 2 3 1
first i want to draw a line up to 3 then curve down to 1.
examplee
3
2
1
Thanks MarkS
-
May 22nd, 2000, 06:25 AM
#2
transcendental analytic
Go get my bezier curve function from my site, it let's you draw curves but you need 4 points, or no way to do that
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
May 22nd, 2000, 08:15 PM
#3
Thread Starter
Junior Member
Your page is down on that link!
-
May 23rd, 2000, 03:22 AM
#4
transcendental analytic
Thanks for notifying me on that, here's it, until i fix it
http://www.geocities.com/kedasu/beziercurve.txt
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|