m22 property

m22 property

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

Definition:

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

See Also