Function nannou::glam::f32::mat3a

source ·
pub fn mat3a(x_axis: Vec3A, y_axis: Vec3A, z_axis: Vec3A) -> Mat3A
Expand description

Creates a 3x3 matrix from three column vectors.