Syntax
[CVL,RVL]=VLof2TR([TA,TB,R,ty]);
Input Parameter
TA : | | Frame A, z-vector shows forward creating the start of the path |
TB : | | Frame B, z-vector shows backwards creating the end of the path |
R : | | Minimal Radius |
ty : | | not supported yet, default is 'skeleton' => CVLpathwarning |
Output Parameter
CVL : | | List of 2 to 4 points |
RVL : | | List with more points to create a radial path |
Examples
TLofn([1 6],'','',100); TL=ans; % Distance 100
VLof2TR(TL(:,:,1),TL(:,:,2),10) % Radius 10
Copyright 2021-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