Uses of Interface
de.grogra.turtle.TurtleModifier
Packages that use TurtleModifier
Package
Description
-
Uses of TurtleModifier in de.grogra.graph.object.sg.impl
Classes in de.grogra.graph.object.sg.impl that implement TurtleModifier -
Uses of TurtleModifier in de.grogra.grogra
Classes in de.grogra.grogra that implement TurtleModifier -
Uses of TurtleModifier in de.grogra.mtg
Classes in de.grogra.mtg that implement TurtleModifier -
Uses of TurtleModifier in de.grogra.rgg
Classes in de.grogra.rgg that implement TurtleModifier -
Uses of TurtleModifier in de.grogra.turtle
Classes in de.grogra.turtle that implement TurtleModifierModifier and TypeClassDescriptionclassclassThis is the base class of turtle commands which assign a value to a state variable of the turtle and have a single parameter.classclassThe turtle commandC0resetsTurtleState.carbonto its initial value (as defined inTurtleState.initialState).classclassclassThe turtle commandClAdd(x)setsTurtleState.localCarbonto the sum ofTurtleState.carbonand the specifiedargumentx.classThe turtle commandClMul(x)setsTurtleState.localCarbonto the product of the fieldTurtleState.carbonand the specifiedargumentx.classclassclassThe turtle commandD0resetsTurtleState.diameterto its initial value (as defined inTurtleState.initialState).classclassclassThe turtle commandDlAdd(x)setsTurtleState.localDiameterto the sum ofTurtleState.diameterand the specifiedargumentx.classThe turtle commandDlMul(x)setsTurtleState.localDiameterto the product of the fieldTurtleState.diameterand the specifiedargumentx.classclassThe turtle commandF(x)represents a cylinder along the local z-direction.classThe turtle commandF0represents a cylinder along the local z-direction.classThe turtle commandFAdd(x)represents a cylinder along the local z-direction.classThe turtle commandFMul(x)represents a cylinder along the local z-direction.classclassclassThe turtle commandH0resetsTurtleState.heartwoodto its initial value (as defined inTurtleState.initialState).classclassclassThe turtle commandHlAdd(x)setsTurtleState.localHeartwoodto the sum ofTurtleState.heartwoodand the specifiedargumentx.classThe turtle commandHlMul(x)setsTurtleState.localHeartwoodto the product of the fieldTurtleState.heartwoodand the specifiedargumentx.classclassclassclassThe turtle commandL0resetsTurtleState.lengthto its initial value (as defined inTurtleState.initialState).classclassclassThe turtle commandLlAdd(x)setsTurtleState.localLengthto the sum ofTurtleState.lengthand the specifiedargumentx.classThe turtle commandLlMul(x)setsTurtleState.localLengthto the product of the fieldTurtleState.lengthand the specifiedargumentx.classclassThe turtle commandM(x)represents a movement along the local z-direction.classThe turtle commandM0represents a movement along the local z-direction.classThe turtle commandMAdd(x)represents a movement along the local z-direction.classThe turtle commandMMul(x)represents a movement along the local z-direction.classclassThe turtle commandMRel(x)represents a movement along the local z-direction.classclassThe turtle commandN0resetsTurtleState.parameterto its initial value (as defined inTurtleState.initialState).classclassclassThe turtle commandNlAdd(x)setsTurtleState.localParameterto the sum ofTurtleState.parameterand the specifiedargumentx.classThe turtle commandNlMul(x)setsTurtleState.localParameterto the product of the fieldTurtleState.parameterand the specifiedargumentx.classclassclassclassThe turtle commandP0resetsTurtleState.colorto its initial value (as defined inTurtleState.initialState).classclassThe turtle commandRV(x)represents a rotation which implements gravitropism.classThe turtle commandRV0represents a rotation which implements gravitropism.classThe turtle commandRVAdd(x)represents a rotation which implements gravitropism.classThe turtle commandRVMul(x)represents a rotation which implements gravitropism.classclassclassThe turtle commandU0resetsTurtleState.internodeCountto its initial value (as defined inTurtleState.initialState).classclassclassThe turtle commandUlAdd(x)setsTurtleState.localInternodeCountto the sum ofTurtleState.internodeCountand the specifiedargumentx.classThe turtle commandUlMul(x)setsTurtleState.localInternodeCountto the product of the fieldTurtleState.internodeCountand the specifiedargumentx.classclassclassThe turtle commandV0resetsTurtleState.tropismto its initial value (as defined inTurtleState.initialState).classclassclassThe turtle commandVlAdd(x)setsTurtleState.localTropismto the sum ofTurtleState.tropismand the specifiedargumentx.classThe turtle commandVlMul(x)setsTurtleState.localTropismto the product of the fieldTurtleState.tropismand the specifiedargumentx.class