Function bevy_math::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 column vectors.