Get the model->view transformation
The transformation matrix describes the transformation between the model (the output of the GeglNode) and the view (the display in the widget). To transform coordinates use transform_point. To get a matrix representing the view->model space transformation, use invert
this |
A View |
matrix |
Pointer to location for transformation matrix |