Function vec4::from_vec3[][src]

pub fn from_vec3<T>(v: &[T; 3]) -> [T; 4] where
    T: One + Clone