Cylinder Triangulation

Cylinder triangulation
11 Downloads
Aktualisiert 12. Sep 2024

Lizenz anzeigen

This function generates triangulation for a cylinder.
function [V,F]=Cylinder_Triangulation(vc1,vc2,d)
Input:
vc1 is (3*1) coordinate vector for the center of the first circular base of the cylinder.
vc2 is (3*1) coordinate vector for the center of the second circular base of the cylinder.
d is the diameter of the cylinder.
Output:
V: vertices matrix
F: faces matrix

Zitieren als

Ayad Al-Rumaithi (2024). Cylinder Triangulation (https://www.mathworks.com/matlabcentral/fileexchange/154820-cylinder-triangulation), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2017b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Tags Tags hinzufügen

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.1

Added website

1.0.0