Hyperbola
Constructs an hyperbola. The equation of a hyperbola with center at point with axes parallel to x- and y-axis is .
Syntax
hyperbola(Real, Real, Point, Vector)
hyperbola(Real, Real, Point)
hyperbola(Real, Real, Vector)
hyperbola(Real, Real)
Description
Given two reals and , a point and a vector , constructs an hyperbola with semi major axis , semi minor axis , center at and orientation given by vector .
Given two reals and and a point , constructs an hyperbola with semi major axis , semi minor axis , center at .
Given two reals and and a vector , constructs an hyperbola with semi major axis , semi minor axis , center at origin and orientation given by vector .
Given two reals and , constructs an hyperbola with semi major axis , semi minor axis , center at origin.