This is part of 2.1.0latest release.

MLxxMatrixToCartesian

0.1.0
since lib: v2.1.0  
math 

Convert a 4x4 transformation matrix into a cartesian position.

More information on this in the feature description

Version history

0.1.0

  deGroot

Changes

Added:
  • initial version

Overview

kindnametypedefaultcomment
in_outMatrixMLxMatrixinput: 4x4 transformation matrix
in_outResultARRAY [0..5] OF REALoutput: resulting X/Y/Z/Rx/Ry/Rz position

Details

Matrix

MLxMatrix

Used as input

4x4 transformation matrix.

Result

ARRAY [0..5] OF REAL

Used as output

The resulting cartesian position.

[0]     // X
[1]     // Y
[2]     // Z
[3]     // Rx
[4]     // Ry
[5]     // Rz

Implementation

Snippet of the function call:
MLxxMatrixToCartesian(
  Matrix := , 
  Result := );

Pages built with Hugo - 23 Apr 2024 11:54 CEST