pub const fn mat4( x_axis: Vec4, y_axis: Vec4, z_axis: Vec4, w_axis: Vec4 ) -> Mat4
Creates a 4x4 matrix from four column vectors.