This is part of 2.2.0-devlatest release: 2.1.0.
🚧 Development version – not released yet! 🚧

MLxxCartesianToMatrix

0.1.0
since lib: v2.1.0  
Math 

Convert a cartesian position into a 4x4 transformation matrix.

More information on this in the feature description

Version history

0.1.0

  deGroot

Changes

Added:
  • initial version

Overview

kindnametypedefaultcomment
in_outTCPPositionARRAY [0..5] OF REALinput: X/Y/Z/Rx/Ry/Rz position
in_outResultMLxMatrixoutput: resulting 4x4 transformation matrix

Details

TCPPosition

ARRAY [0..5] OF REAL

Used as input

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

Result

MLxMatrix

Used as output

The resulting 4x4 transformation matrix.

Implementation

Snippet of the function call:
MLxxCartesianToMatrix(
  TCPPosition := , 
  Result := );

Pages built with Hugo - 12 Dec 2025 12:31 CET