r2 property

r2 property

The y-axis radius for the ellipse (i.e., r2).

Definition:

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

See Also