matrix property

matrix property

Gets or sets the current matrix value

Definition:

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

See Also