This thread is to discuss the code I just posted, showing how to create a smooth curve by connecting points using a series of Bezier curves. It was posted in the Source Code forum, here.
In the code, you just click to create points. Once 4 points are generated, the smooth curve is built. Additional clicks generate additional segments to the curve.

As with the other Bezier code I posted, credit goes to Rod Stephens, whose code was the basis for the code I've posted.
Comments and questions are welcome!
In the code, you just click to create points. Once 4 points are generated, the smooth curve is built. Additional clicks generate additional segments to the curve.

As with the other Bezier code I posted, credit goes to Rod Stephens, whose code was the basis for the code I've posted.
Comments and questions are welcome!
Comment