Type Definition Vec2
Other items ingrafix_toolbox::uses
type Vec2 = vec2<f32>;
impl Cast<Matrix<f32, Const<2_usize>, Const<1_usize>, ArrayStorage<f32, 2_usize, 1_usize>>> for Vec2
fn to(v: Vec2) -> Self