[][src]Function skeletal_animation::math::col_mat3_transform_pos2

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

Transforms a 2D position through column matrix.