[][src]Function skeletal_animation::math::vec4_cast

pub fn vec4_cast<T, U>(a: [T; 4]) -> [U; 4] where
    T: Copy + Cast<U>, 

Converts to another vector type.