Bezier Interpolation in N-Dimension Space
Version 1.1.0.1 (164 KB) von
Dr. Murtaza Ali Khan
Bezier interpolation for a given set of four control points, where each control point can exist in an N-dimensional vector space.
(1) bezierInterp.m
-------------------
A function for Bezier interpolation for a given set of four control points. Each control point can exist in an N-dimensional vector space. Optionally, the parameter values t can be passed as a 1-D array, in which case the Bezier curve will be evaluated at the specified values in t. By default, the Bezier curve is evaluated at 101 evenly spaced values between 0 and 1. The output of the function is a set of evaluated points in the N-dimensional vector space.
(2) bezierInterpTest.m
-----------------------
A test program that demonstrates Bezier interpolation for four sample control points in 1D, 2D, 3D, and 4D vector spaces.
Zitieren als
Dr. Murtaza Ali Khan (2024). Bezier Interpolation in N-Dimension Space (https://www.mathworks.com/matlabcentral/fileexchange/7441-bezier-interpolation-in-n-dimension-space), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R14SP1
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- MATLAB > Mathematics > Interpolation >
Mehr zu Interpolation finden Sie in Help Center und MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
ndbezierinterp
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.1.0.1 | updated documentation |
||
1.1.0.0 | BSD License |
||
1.0.0.0 | more clear and readable |