Bezier Curves
A matlab package for handling n-dimentional bezier curves.
A bezier curve is parametrized by controlPts - which is [N x dim] for N control points of dimension dim. Note that we use matlab matrix ordering, so the first dimension will be treated as 'y' in the 2D case.
Current function support:
- bezier.eval evaluate the curve at many points
- bezier.draw draw the curve in a image or volume
- bezier.view visualize 2D or 3D bezier curves (even multiple curves in the same figure)
- bezier.explore explore 2D bezier curves interactively
See readme.md for getting started.
See beziertest.m for tests.
Cite As
Adrian (2026). Bezier Curves (https://github.com/adalca/bezier), GitHub. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
+bezier
Versions that use the GitHub default branch cannot be downloaded
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.4.0.0 | moved to its own git and updated compatibility with R2014b |
|
|
| 1.3.0.0 | small fix for ssd dependency |
||
| 1.2.0.0 | added bezier.explore - a interactive tool for 2D bezier curves. |
||
| 1.1.0.0 | updating new figure. |
||
| 1.0.0.0 |
