c property

c property

The C component of the matrix.

Definition:

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

See Also