VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Bezier Curve Generator

by Craig Bonathan (9 Submissions)
Category: Math/Dates
Compatability: Visual Basic 5.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

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

Download Bezier Curve Generator

Download Bezier Curve Generator (3 KB)

Bezier Curve Generator Comments

No comments have been posted about Bezier Curve Generator. Why not be the first to post a comment about Bezier Curve Generator.

Post your comment

Subject:
Message:
0/1000 characters