[][src]Function skeletal_animation::math::vec3_dot

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

Computes the dot product.