VLinsertEulerSteps

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Analytical Geometry
Introduced first in SolidGeometry 3.1, Creation date: 2016-12-02, Last change: 2025-09-14

inserts vertex points on straight lines if the twist angle is to large



See Also: RLofEulerInterpolation , RLofEulerInterpolation , VLradialEdges , TofPez

Example Illustration

 missing image of VLinsertEulerSteps(VL,e1,e2,gw)

Syntax

NVL=VLinsertEulerSteps(VL,e1,e2,[gw])

Input Parameter

VL: Vertex list (nx3)
e1: ZYX-Euler angle for first Vertex VL(1,:)
e2: ZYX-Euler angle for last Vertex VL(end,:)
gw: limiting angle; default is pi/16

Output Parameter

NVL: New Vertex list

Examples

Just try
VL=[0 0 0; 0 0 10; 0 0 20; 10 0 20; 15 0 20; 20 0 20];
VLinsertEulerSteps(VL,[0 0 0],[0 pi/2 0])




Copyright 2016-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