http://www.mathworks.com/matlabcentral/fileexchange/7441

 

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)

相关文章:

  • 2021-11-16
  • 2022-12-23
  • 2021-04-30
  • 2021-11-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-05-25
  • 2021-08-27
  • 2021-07-03
  • 2022-12-23
  • 2021-05-23
  • 2021-03-27
  • 2021-10-08
相关资源
相似解决方案