pub fn vec3_cast<T, U>(a: [T; 3]) -> [U; 3]where
    T: Copy + Cast<U>,
Expand description

Converts to another vector type.