Syntax
Ti=TLofCVL([OVL,R,T1,T2,typ,tor,aux])
Input Parameter
OVL : | | Open Path to follow in 3D |
R : | | Radius; default is 2 |
T1 : | | Start Frame |
T2 : | | End Frame |
typ : | | type 'rad', 'rmax', 'tan'; default is 'rad'; see VLradialEdges2T |
tor : | | true=>torsion; false=>no torsion; default is true |
aux : | | distance of axiliary points; default is R/3 |
Output Parameter
Ti : | | List of HT-Matrixes (4 x 4 x n] for n vertices |
Examples
TLofCVL(VLsample(7),2,eye(3),rot(0,0,pi/2),'rad');TL=ans;
TLofCVL(VLsample(7),2,eye(3),rot(0,0,pi/2),'rmax');TL=ans;
TLofCVL(VLsample(7),2,eye(3),rot(0,0,pi/2),'tan');TL=ans;
TLofCVL(VLsample(3),2,eye(3),rot(0,0,pi/2),'tan',true);TL=ans;
TLofCVL(VLsample(3),2,eye(3),rot(0,0,pi/2),'tan',false);TL=ans;
TLofCVL(VLsample(3),2,eye(3),rot(0,0,pi/2),'tan',false,inf);TL=ans; % No auxiliary points
TLofCVL(VLsample(3),2,eye(3),rot(0,0,pi/2),'tan',false,inf);TL=ans; % No radial solution points
Copyright 2018-2025 Tim C. Lueth. All rights reserved. The code is the property of Tim C. Lueth and may not be redistributed or modified without explicit written permission. This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth
Last html export of this page out of FM database by TL: 2025-09-21