Type Definition vec3
Other items ingrafix_toolbox::uses
type vec3<T> = (T, T, T);
impl<T: Copy> Cast<&'_ [T]> for vec3<T>
fn to(v: &[T]) -> Self