Ellipse
- class Ellipse
In the following constructors, additional keyword arguments can be provided to set properties of the new
Ellipse
.- Ellipse(f1, f2, a)
Construct the ellipse whose two foci are the points f1 and f2, and whose semimajor axis length is a.
- Ellipse(f1, f2, s)
Construct the ellipse whose two foci are the points f1 and f2, and whose semimajor axis length is the length of the Segment s.
- Ellipse(f1, f2, p)
Construct the ellipse whose two foci are the points f1 and f2, and which passes through the point p.
An
Ellipse
has the following common properties:
See also