RL2exl

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

returns X vectors for a list of euler angles



See Also: VLinsertEulerSteps , RLofEulerInterpolation

Example Illustration

 missing image of RL2exl(RL)

Syntax

EXL=RL2exl(RL)

Input Parameter

RL: Rotation List of Euler Angles

Output Parameter

EXL: List of ex vectors




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

Algorithm (Workflow)

This algorithm is designed to convert a list of Euler angles into a list of x-axis vectors using rotation matrices. Below is a detailed explanation of the algorithm and its parameters.

Input Parameters

Output Results

Algorithm Steps

  1. Determine the number of sets of Euler angles (nv) by checking the number of rows in the input matrix RL.
  2. Initialize the output matrix EXL with zeros, having the same number of rows as RL and three columns.
  3. Iterate over each set of Euler angles in RL:
  4. If no output argument is specified (nargout == 0), visualize the vectors:
Algorithm explaination created using ChatGPT on 2025-08-18 23:03. (Please note: No guarantee for the correctness of this explanation)

Last html export of this page out of FM database by TL: 2025-09-21