pub fn matrix_product_path( matrix: Vec<f32>, path: &Path2D, a_rows: usize, a_columns: usize, b_columns: usize, ) -> Path2D
Multiplies a matrix by a path of 2D points, returning a new path.