m31 property

m31 property

Gets or sets the value in the third row and first column of the matrix.

Definition:

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

See Also