VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Bezier Curve (Infinite number of points)

by Daniel Hansson (3 Submissions)
Category: Graphics
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (4 Votes)

This code uses a recursive function to generate a Bezier curve, based on any number of control points.
It also have an easy-to-use interface to control the curves.

Inputs
The main curve-code is placed in a class module for easy modular use in any application. It has a few functions to set up the curve and return coordinates.
API Declarations
No API's are used, but for easy speed up I recommend using SetPixel instead of Pset

Rate Bezier Curve (Infinite number of points)

Download Bezier Curve (Infinite number of points)

Download Bezier Curve (Infinite number of points) (4 KB)

Bezier Curve (Infinite number of points) Comments

No comments have been posted about Bezier Curve (Infinite number of points). Why not be the first to post a comment about Bezier Curve (Infinite number of points).

Post your comment

Subject:
Message:
0/1000 characters