[][src]Function skeletal_animation::math::col_mat4_transform

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

Transforms a 4D vector through a matrix.