Creates a Matrix4 using the given parameters as columns
If you call the function with no parameters, returns the 4x4 identity matrix
overload 1:
matrices.mat4()
| Method Property | Fluent Description | Representation |
| Return Value | a Matrix4 | |
overload 2:
matrices.mat4(col1, col2, col3, col4)