Difference between revisions of "SpecParametricFunctionPlotter"
Jump to navigation
Jump to search
(→Design) |
|||
Line 3: | Line 3: | ||
== Summary == | == Summary == | ||
Create a new extension similar to the function plotter which plots parametric formulae: ( | Create a new extension similar to the function plotter which plots parametric formulae: x = f(t), y = g(t) allowing Inkscape to render arbitrary shapes from equations. | ||
Wikipedia, gives a definition of parametric formulae [http://en.wikipedia.org/wiki/Parametric_equation]. | |||
== Release Note == | == Release Note == |
Revision as of 00:06, 1 February 2008
Lanchpad Entry: https://blueprints.launchpad.net/inkscape/+spec/parametric-function-plotter
Summary
Create a new extension similar to the function plotter which plots parametric formulae: x = f(t), y = g(t) allowing Inkscape to render arbitrary shapes from equations.
Wikipedia, gives a definition of parametric formulae [1].
Release Note
Rationale
Design
Take existing funcplot.py and funcplot.inx and adapt to create a version for parametric function.