[][src]Function skeletal_animation::math::vec4_dot

pub fn vec4_dot<T>(a: [T; 4], b: [T; 4]) -> T where
    T: Copy + Add<T, Output = T> + Mul<T, Output = T>, 

Computes the dot product.