Syntax
[PL,T,c,d]=PLofVLFL(VL,FL,[fi])
Input Parameter
VL : | | Vertex list [nx3] |
FL : | | Facet list of a planar surface [nx3] |
fi : | | selected indices; default is all |
Output Parameter
PL : | | Point list [nx2] |
T : | | Transformation matrix |
c : | | index list to transform PL indices into VL indices |
d : | | index list to transform VL indices into PL indices |
Examples
FL=FLofn(50);
VL=VLtrans(PLcircle(10,50),rotdeg(20,30,40));
PLofVLFL(VL,FL(30:40,:));
[PL,T,c,d]=PLofVLFL(VL,FL(30:40,:));
c, d(FL(30:40,:))
Copyright 2015-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