third_point property

third_point property

Gets or sets the third point.

Definition:

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

See Also