Bezier Interpolation in N-Dimension Space
by Dr. Murtaza Khan
14 Apr 2005
(Updated 09 Jul 2009)
Bezier interpolation for given four control points. Each control point can be in N-Dimensional.
|
Watch this File
|
| File Information |
| Description |
(1) bezierInterp.m
-------------------
A function for Bezier interpolation for given four
control points. Each control point can be in N-Dimensional vector space. Optionally a vector t can be pass then bezier curve would be evaluated at values stored in vector t. By default bezier curve would be evaluated at 101 values between 0 and 1.
Ouput of function is evaluated values in N-Dimensional vector space.
(2) bezierInterpTest.m
-----------------------
A test program that perform shows Bezier
interpolation for four sample control points in
1D, 2D, 3D, 4D vector space. |
| MATLAB release |
MATLAB 7.0.1 (R14SP1)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (5) |
| 18 Dec 2006 |
Nick Cheilakos
|
|
|
| 31 May 2007 |
Christian Hartmann
|
|
|
| 14 Jan 2008 |
Denis R
|
|
|
| 21 Jul 2008 |
Pierre Delannoy
|
|
|
| 25 Jan 2011 |
dai zhengguo
|
|
|
| Updates |
| 24 Jul 2006 |
more clear and readable |
| 09 Jul 2009 |
BSD License |
|
Contact us at files@mathworks.com