by Hari Krishnan (5 Submissions)
Category: Graphics
Compatability: VB Script
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(13 Votes)

This code demonstrated the following:
Generating a Bezier Curve
Generating a BSPLine / Nurbs curve
Comparison with both curves
Affine 2D transformations (such as rotation, translation, scaling).
Affine 3D transformation
Fractal Coastline generator
3D transformation Demo
Inputs
You can control if it will be Anti-aliased or not, the smoothness of curves, the number of control points to generate the curve etc..
Assumes
This includes a GraphiX library and a transformation library.
It shows you how to draw a multi power Classic Bezier and Bspline curves. This means you can approximate the routines very easly to generate a Cubic or Quadratic Bezier curve!
Download Generating and Animating Bezier, BSPline, Nurbs Curves, with Antialiasing enabled (298 KB)
No comments have been posted about Generating and Animating Bezier, BSPline, Nurbs Curves, with Antialiasing enabled. Why not be the first to post a comment about Generating and Animating Bezier, BSPline, Nurbs Curves, with Antialiasing enabled.