Function bevy_math::mat3a

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

Creates a 3x3 matrix from column vectors.