VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Bezier Curve (Infinite number of points)

Daniel Hansson  (3 Submissions)   Graphics   Advanced   Wed 3rd February 2021

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) (4(4 Vote))

Download Bezier Curve (Infinite number of points)

Bezier Curve (Infinite number of points) Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters