m32 property

m32 property

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

Definition:

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

See Also