Function nannou::prelude::mat4

source ·
pub fn mat4(x_axis: Vec4, y_axis: Vec4, z_axis: Vec4, w_axis: Vec4) -> Mat4
Expand description

Creates a 4x4 matrix from four column vectors.