3D Bezier Curve,

Version 1.0.0.0 (1,34 ko) par Tusi Bai
Bezier curve by given control points.
1,2K téléchargements
Mise à jour 20 fév. 2012

Afficher la licence

%Example:
% P=[292 280 321 356;
% 196 153 140 148;
% -56 75 140 248];
%
% t=linspace(0,1,100);
% Q3D=Bezier(P,t);
%
% figure
% plot3(Q3D(1,:),Q3D(2,:),Q3D(3,:),'b','LineWidth',2),
% hold on
% plot3(P(1,:),P(2,:),P(3,:),'g:','LineWidth',2) % plot control polygon
% plot3(P(1,:),P(2,:),P(3,:),'ro','LineWidth',2) % plot control points
% view(3);
% box;

Citation pour cette source

Tusi Bai (2026). 3D Bezier Curve, (https://fr.mathworks.com/matlabcentral/fileexchange/35154-3d-bezier-curve), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2011b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Interpolation dans Help Center et MATLAB Answers
Version Publié le Notes de version
1.0.0.0