[][src]Function bevy_math::mat2

pub fn mat2(x_axis: Vec2, y_axis: Vec2) -> Mat2

Creates a Mat2 from two column vectors.