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