VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Bezier Curve Generator

Craig Bonathan  (9 Submissions)   Math/Dates   Visual Basic 5.0   Advanced   Wed 3rd February 2021

This program allows simple creation of bezier curves. Given the 'Control Points' (the points which a bezier curve is based upon - two end points and any others to affect the curve), the 'CalculateBezier' function will return the coordinates of a point anywhere along the curve. The front-end to the function just shows you what a bezier curve is, and the large capability of the function to accept as many control points as you want (the front-end limits it to 99, but the function will accept more if necessary). The code is marked at 'Advanced' level because of the complexity of the equations used, although programmers at the 'Intermediate' stage might be able to understand it.

Rate Bezier Curve Generator (3(3 Vote))

Download Bezier Curve Generator

Bezier Curve Generator Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters