Function matrix_product_path

Source
pub fn matrix_product_path(
    matrix: Vec<f32>,
    path: &Path2D,
    a_rows: usize,
    a_columns: usize,
    b_columns: usize,
) -> Path2D
Expand description

Multiplies a matrix by a path of 2D points, returning a new path.