Mat4

inline fun <T : Number, Comparable<T>> Mat4(elements: List<T>): Mat4<T>

Returns a new 4×4 matrix from given elements.

Since

v2.0.0