fromArray

fun fromArray(array: DoubleArray, offset: Int = 0): Matrix4

Sets the elements of the matrix from the given array (column-major order).

Return

A reference to this matrix.

Parameters

offset

Index of the first element in the array.