[][src]Function skeletal_animation::math::vec3_cast

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

Converts to another vector type.