This is part of 2.1.0latest release.

MLxxMatrixMultiply

0.1.0
since lib: v2.1.0  
math 

Multiply two 4x4 transformation matrices.

More information on this in the feature description

Version history

0.1.0

  deGroot

Changes

Added:
  • initial version

Overview

kindnametypedefaultcomment
in_outMatrix1MLxMatrixinput: first 4x4 transformation matrix to multiply
in_outMatrix2MLxMatrixinput: second 4x4 transformation matrix to multiply
in_outResultMLxMatrixoutput: resulting 4x4 transformation matrix

Details

Matrix1

MLxMatrix

Used as input

First 4x4 transformation matrix for the multiplication.

Matrix2

MLxMatrix

Used as input

Second 4x4 transformation matrix for the multiplication.

Result

MLxMatrix

Used as output

The resulting 4x4 transformation matrix.

Implementation

Snippet of the function call:
MLxxMatrixMultiply(
  Matrix1 := , 
  Matrix2 := , 
  Result := );

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