transformation_matrix property

transformation_matrix property

Gets or sets the transformation matrix. See IMatrix.

Definition:

@property
def transformation_matrix(self):
    ...
@transformation_matrix.setter
def transformation_matrix(self, value):
    ...

See Also