unpackArray
fun unpackArray( array: <Error class: unknown class><Double>, result: <Error class: unknown class><Matrix3>? = definedExternally): <Error class: unknown class><Matrix3>(source)
Unpacks an array of column-major matrix components into an array of Matrix3s.
Return
The unpacked array.
Parameters
array
The array of components to unpack.
result
The array onto which to store the result.