get_transformation


Description:

public void get_transformation (out unowned Matrix3 matrix)

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

Parameters:

this

A View

matrix

Pointer to location for transformation matrix