Function bevy_internal::math::f32::mat3

source ·
pub const fn mat3(x_axis: Vec3, y_axis: Vec3, z_axis: Vec3) -> Mat3
Expand description

Creates a 3x3 matrix from three column vectors.