This is part of 2.1.0latest release.

MLxxMatrixInverse

0.1.0
since lib: v2.1.0  
math 

Calculate the inverse of 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_outMatrixMLxMatrixinput: 4x4 transformation matrix to convert
in_outResultMLxMatrixoutput: resulting 4x4 transformation matrix

Details

Matrix

MLxMatrix

Used as input

The 4x4 transformation matrix to convert.

Result

MLxMatrix

Used as output

The resulting 4x4 transformation matrix.

Implementation

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

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