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