VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Bezier splines

Mark Roberts  (2 Submissions)   Custom Controls/Forms/Menus   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

A simple Bezier spline implementation. Allows the user to select control 'points on a picture box and then draw a Bezier curve between them.
NEW!! - User can now move control points!!

Assumes
I just wrote this to help me with something else so it's not even slightly optimised - in fact its really badly done but it does the job. Implements the explicit x,y functions of the normal parametric equation. You can move the points by selecting clicking on them and dragging with the left button If you want to put multiple points on the same location add them with the right button Place the following controls on a form Command button NAME= cmdReset Picture Box NAME=picDisplay Label NAME = label1

Rate Bezier splines (7(7 Vote))
Bezier splines.bas

Bezier splines Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters