VLangle
by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Geometric Queries
Introduced first in SolidGeometry 1.0, Creation date: 2012-07-10, Last change: 2025-09-14
returns angle and distance between contour list in 3D
Description
This function creates in addition the list of orthogonal vectors and an information on a planar vector list
See Also: PLangle
, diffangle
, PLangle2
Example Illustration
Syntax
[w,d,ov,oa,isp]=VLangle(VL)
Input Parameter
Output Parameter
w: | | angle list |
d: | | distance to next point (circshift) |
ov: | | orthogonal vector (blue) |
oa: | | orthogonal area |
isp: | | is planar |
Examples
[a,b,c,d,e]=VLangle(VLtransR(VLaddz(PLcircle(10)),rotdeg(30,20,10)))
VL=[0 0 0;10 0 0; 10 10 0]; [a,b,c,d]=VLangle(VL)
Copyright 2012-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