d property

d property

The D component of the matrix.

Definition:

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

See Also