m12 property

m12 property

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

Definition:

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

See Also