- set(float, AVector) - Method in class lsystem.util.AQuat
-
- set(AQuat) - Method in class lsystem.util.AQuat
-
- setActive() - Method in class lsystem.CSGrammar
-
- setActive() - Method in class lsystem.SimpleGrammar
-
- setActive() - Method in class lsystem.StochasticGrammar
-
- setActive(boolean) - Method in class lsystem.util.ArcBall
-
May or may not be required for use in Web Applet it works so why worry as
used by Jonathan Feinberg peasycam, and that works OK
- setColor(int) - Method in class lsystem.turtle.Pen
-
line color setter
- setColor(int) - Method in interface lsystem.turtle.PenInterface
-
line color setter
- setIgnoreList(String) - Method in class lsystem.collection.CSList
-
Set the character ignore list
- setIgnoreList(String) - Method in class lsystem.CSGrammar
-
Set the character ignore list
- setIgnoreList(char[]) - Method in class lsystem.CSGrammar
-
Set the character ignore list
- setLength(float) - Method in class lsystem.turtle.Pen
-
Length setter
- setLength(float) - Method in interface lsystem.turtle.PenInterface
-
Length setter
- setTheta(float) - Method in class lsystem.turtle.Turtle
-
Angle setter
- setTheta(float) - Method in interface lsystem.turtle.TurtleInterface
-
Angle setter
- setWidth(float) - Method in class lsystem.turtle.Pen
-
Line width setter
- setWidth(float) - Method in interface lsystem.turtle.PenInterface
-
Line width setter
- setX(float) - Method in class lsystem.turtle.Turtle
-
X position setter
- setX(float) - Method in interface lsystem.turtle.TurtleInterface
-
X position setter
- setY(float) - Method in class lsystem.turtle.Turtle
-
Y position setter
- setY(float) - Method in interface lsystem.turtle.TurtleInterface
-
Y position setter
- SimpleGrammar - Class in lsystem
-
Implements Grammar interface SimpleGrammar class that provides convenience
method for working with l-systems
- SimpleGrammar(PApplet, String) - Constructor for class lsystem.SimpleGrammar
-
- SimpleGrammar(String) - Constructor for class lsystem.SimpleGrammar
-
Default constructor for testing
- SimpleRuleList - Class in lsystem.collection
-
A storage class for non-stochastic rules
- SimpleRuleList() - Constructor for class lsystem.collection.SimpleRuleList
-
- sin(int) - Static method in class lsystem.util.LUT
-
Look up sine for the passed angle in degrees.
- sin(float) - Static method in class lsystem.util.LUT
-
Look up sin for the passed angle in degrees.
- sin(float) - Static method in class lsystem.util.LUT2
-
Look up sine for the passed angle in degrees.
- sinLUT - Static variable in class lsystem.util.LUT
-
Lookup table for degree cosine/sine, has a fixed precision 1.0 degrees
- sinLUT - Static variable in class lsystem.util.LUT2
-
LUT for sine values 0.25 degree increments of first quadrant
- sinLut(float) - Static method in class lsystem.util.LUT2
-
Look up sine for the passed angle in radians.
- stack - Variable in class lsystem.collection.PenStack
-
- stack - Variable in class lsystem.collection.TurtleStack
-
- StackInterface<E> - Interface in lsystem.collection
-
- StochasticGrammar - Class in lsystem
-
StochasticGrammar class that provides convenience method for working with
l-systems
- StochasticGrammar(PApplet, String) - Constructor for class lsystem.StochasticGrammar
-
Constructor for use with processing Applet
- StochasticGrammar(String) - Constructor for class lsystem.StochasticGrammar
-
Default constructor for testing
- StochasticList - Class in lsystem.collection
-
A storage class for weighted rules holds/implements the weighted selection
logic (now as inner class since version 0.74 [24 November 2011-14])
- StochasticList() - Constructor for class lsystem.collection.StochasticList
-
Default Constructor, initialises collections and instance of
stochastic rule chooser
- StochasticList.WeightedRuleChooser - Class in lsystem.collection
-
Inner class, to handle chooser logic
- sub(AVector, AVector) - Static method in class lsystem.util.AVector
-