VLeigenvect

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - VL/Vertices/PC/Clouds
Introduced first in SolidGeometry 4.9, Creation date: 2020-01-22, Last change: 2025-09-14

Calculates Eigenvectors and Eigenvalues of Vertex list

Description

Similar to TofVL
IN SG-LIB 5.0 we have to following concepts:
- (2010) - T3P: T - right hand system from 3 Point. Origin is p1
- (2012) - TofVL: T - Eigenvalues and Center of convexhull of VL
- (2015) - PLofVL: T - ex is the longest distance of mean(VL)
- (2016) - TofPez: T - ey has no x dimension or ex=[0 0 1]
- (2019) - TofVLFL:T - ez is calucated from the face normals, o=mean(VL)
- (2020) - VLeigenvect - same as TofVL but no convex hull and faster
- (2020) - TofCVL: T - ez is calucated from the edge normals, o=mean(VL)


See Also: TofVLFL , TofVL , Tof3P , TofPez , PLofVL , TofCVL

Example Illustration

 missing image of VLeigenvect(VL)

Syntax

[EVL,EWL,T]=VLeigenvect(VL)

Input Parameter

VL: Vertex List

Output Parameter

EVL: row list of eigenvecors ordered in norm of eigenvalue
EWL: row of Eigenvalue
T: Transformation matrix

Examples


VLeigenvect(VLtransR(rand(30,3),rot(pi/10,pi/4,pi/9)));
A.VL=[0 0 0; 20 0 0; 20 0 10; 0 0 10]; VLeigenvect(VLtransR(A.VL,rot(pi/10,pi/4,pi/9)));




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