[][src]Function skeletal_animation::math::vec3_dot_pos2

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

Computes transformed position component.

This is used when transforming points through matrices.