The numeric :: curves2d module

The numeric :: curves2d module provides functions, constants and global variables for calculating points' coordinates on 2D curves.

Required modules

None

Functions

NameDescription

Circle()

Returns the y-value of x so that the point (x,y) lies on a circle ...

Ellipsis()

Returns the y-value of x so that the point (x,y) lies on an ellipsis ...

Hyperbola()

Returns the y-value of x so that the point (x,y) lies on a hyperbola parallel to x axis ...

Line()

Returns the y-value of x so that the point (x,y) lies on a line defined by its ...

Line1pt()

Returns the y-value of x so that the point (x,y) lies on a line defined by its ...

Line2pt()

Returns the y-value of x so that the point (x,y) lies on a line defined by two...

Parabola()

Returns the y-value of x so that the point (x,y) lies on a parabola parallel to x axis, with ed...

Constants

None

Variables

None