serializeMatrix44

Converts a Matrix44 to a parameter string.

Signatures

  •   serializeMatrix44( mat44 )

Example

 console.log( serializeMatrix44([5, 1, 2]) );
 

Output

 <[5,1,2]>
 

Parameters

mat44

Data type Matrix44 containing the input value.

Return value

A string containing the paramate representation of matrix.