m21 property

m21 property

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

Definition:

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

See Also