Re: [cgkit-user] Bezier Curves
Brought to you by:
mbaas
|
From: Paul W. B. <pa...@pu...> - 2010-02-03 09:45:06
|
Hi Matthias, thanks for the reply. Actually, I have the four points of the bezier curve I want to draw. After playing a bit more with the BezierCurve I found out that the BezierPoints are not supposed to be any points within the bezier curve but the points where one bezier curve ends and the next one starts. As I have the four points I should be able to draw the complete bezier curve, using the first point and the last point as BezierPoints and the differences between the second and the first, and the last and the third as tangents, right? Should work. Tried it, but the visualisation is not how I expected it, but this may be due to my data. Regards Paul. |