Syntax
[NL,OL]=VLedgeNormal(VL,[ez,Amin])
Input Parameter
VL : | | Vertex list of succeeding vertices |
ez : | | optional first normal vector; default is normal of facet [1 2 3] |
Amin : | | Minimal area to ignore; default is 1e-3; 1-7 makes sense also |
Output Parameter
NL : | | Normal Vector List (red) |
OL : | | Orthogonal Plane Directed Vector list (blue) |
Examples
VL=VLsample(12); VL=[VL;VL(1:2,:)]; VLedgeNormal(VL)
VLedgeNormal(PLhelix(10,10,4*pi))
VLedgeNormal(VLsample(9))
VLedgeNormal(VLsample(2))
Copyright 2017-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