pub const fn dmat4( x_axis: DVec4, y_axis: DVec4, z_axis: DVec4, w_axis: DVec4 ) -> DMat4
Creates a 4x4 matrix from four column vectors.