fourth_point property

fourth_point property

Gets or sets the fourth point.

Definition:

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

See Also