Function bones_framework::prelude::f64::dmat4
source ยท pub const fn dmat4(
x_axis: DVec4,
y_axis: DVec4,
z_axis: DVec4,
w_axis: DVec4,
) -> DMat4
Expand description
Creates a 4x4 matrix from four column vectors.