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 hyperbola(Real, Real, Point, Vector) 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 . hyperbola(Real, Real, Point) Given two reals and and a point , constructs an hyperbola with semi major axis , semi minor axis , center at . hyperbola(Real, Real, Vector) 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 . hyperbola(Real, Real) Given two reals and , constructs an hyperbola with semi major axis , semi minor axis , center at origin. Related functions Semimajor axis, Semiminor axis, Eccentricity Table of Contents Syntax Description Related functions