Does anybody have a good algorithm for bezier curves? Or does anybody know how MArk Overmars programmed the smooth curves in the path editor. I'm making a path editor for other programming languages but I don't know how to make these smooth curves.
ih8censorship - September 15, 2003 12:13 AM (GMT)
a while back i was lookin around on planet-source-code.com and i remembered there was a Bezier curve example on there in c++. im sure they have other examples in other languages, but i only look for stuff in the c++ category.
Xception - September 15, 2003 09:12 AM (GMT)
Thanks but I just found out that Delphi has such a function already.