set_matrix


Description:

public void set_matrix (Matrix3 matrix)

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:

this

a Path

matrix

a Matrix3 to copy the matrix from