x property

x property

X coordinate

Definition:

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

See Also