Method
GeglPathset_matrix
Declaration [src]
void
gegl_path_set_matrix (
  GeglPath* path,
  GeglMatrix3* matrix
)
Description [src]
Set the transformation matrix of the path.
The path is transformed through this matrix when being evaluated, causing the calculated positions and length to be changed by the transform.
Parameters
- matrix
- 
            Type: GeglMatrix3A GeglMatrix3to copy the matrix from.The data is owned by the caller of the method.