fastpli.analysis.affine_transformation.exec_matrix

exec_matrix(M, x, y)[source]

Execute the affine transformation.

Parameters
  • M ((3,3)-array) – affine transformation matrix

  • x, y (float) – 2d coordinates to transform

Returns

res – transformed coordinates

Return type

float, float