Function nannou::prelude::dmat4

source ·
pub 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.