Ellipse constructor

__init__(self)

Constructor of Ellipse


def __init__(self):
    ...

__init__(self, semi_axis1, semi_axis2)

Constructor of Ellipse


def __init__(self, semi_axis1, semi_axis2):
    ...
ParameterTypeDescription
semi_axis1floatLength of the first semi axis
semi_axis2floatLength of the second semi axis

See Also