Matrix Dump

From GECK
Jump to: navigation, search


A function added by the ShowOff NVSE Plugin version 1.40.

Description

Prints the given Matrix array in console, in Matrix notation.

Syntax

[help]
Matrix_Dump matrix:array_var 

Or:

Mat_Dump matrix:array_var

Example

array_var aMat
 let aMat := ar_List (Ar_List 1, 2), (Ar_List 3, 4)
 Mat_Dump aMat

The above prints the following in console:

** Dumping Array 19 as Matrix **
   1.0000   2.0000
   3.0000   4.0000

See Also