Parabola
- class Parabola
In the following constructors, additional keyword arguments can be provided to set properties of the new
Parabola
.- Parabola(focus, directrix)
Construct the parabola with the given focus and directrix — i.e., the set of all points which are equidistant from the focus and the directrix.
- Parabola(a, b, c)
Construct the parabola with equation y = ax² + bx + c.
A
Parabola
has the following common properties:
See also