f property

f property

The F component of the matrix.

Definition:

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

See Also