Mat3

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

Returns a new 3×3 matrix from given elements.

Since

v2.0.0