Function col_mat3_transform_pos2

Source
pub fn col_mat3_transform_pos2<T>(mat: Matrix3<T>, a: Vector2<T>) -> Vector2<T>
where T: Copy + Add<T, Output = T> + Mul<T, Output = T>,
Expand description

Transforms a 2D position through column matrix.