From 1a41572c22fc37f83704e16263b10b78543c3923 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Mon, 5 May 2008 01:25:06 +0000 Subject: [PATCH] copyedit --- share/extensions/funcplot.inx | 24 ++++++++++----------- share/extensions/lindenmayer.inx | 36 +++++++++++++++++++++++++++----- 2 files changed, 43 insertions(+), 17 deletions(-) diff --git a/share/extensions/funcplot.inx b/share/extensions/funcplot.inx index 928583624..1d5fb5e6e 100644 --- a/share/extensions/funcplot.inx +++ b/share/extensions/funcplot.inx @@ -5,28 +5,28 @@ funcplot.py inkex.py - - 0.0 - 1.0 - false - 0.0 - 1.0 + + 0.0 + 1.0 + false + 0.0 + 1.0 8 - false + false true - <_param name="funcplotuse" type="description">Select a rectangle before calling effect. -Rectangle determines x and y scales. + <_param name="funcplotuse" type="description">Select a rectangle before calling the extension, +it will determine X and Y scales. With polar coordinates: - Start and End x-values define the angle range in radians. - x scale is set so left and right edges of rectangle are at +/-1. + Start and end X values define the angle range in radians. + X scale is set so that left and right edges of rectangle are at +/-1. Isotropic scaling is disabled. First derivative is always determined numerically. - <_param name="pythonfunctions" type="description">Standard python math functions are available: + <_param name="pythonfunctions" type="description">Standard Python math functions are available: ceil(x); fabs(x); floor(x); fmod(x,y); frexp(x); ldexp(x,i); modf(x); exp(x); log(x [, base]); log10(x); pow(x,y); sqrt(x); diff --git a/share/extensions/lindenmayer.inx b/share/extensions/lindenmayer.inx index ebe59b4aa..0b2b91389 100644 --- a/share/extensions/lindenmayer.inx +++ b/share/extensions/lindenmayer.inx @@ -4,6 +4,8 @@ org.ekips.filter.turtle.lindenmayer lindenmayer.py inkex.py + + ++F F=FF-[-F+F+F]+[+F-F-F] 3 @@ -12,13 +14,37 @@ 16.0 16.0 0.0 - + + + <_param name="lhelp" type="description"> +The path is generated by applying the +substitutions of Rules to the Axiom, +Order times. The following commands are +recognized in Axiom and Rules: + +Any of A,B,C,D,E,F: draw forward + +Any of G,H,I,J,K,L: move forward + ++: turn left + +-: turn right + +|: turn 180 degrees + +[: remember poing + +]: return to remembered point + + + + all - - + + -- 2.30.2