Uses of Interface
de.grogra.turtle.TurtleModifier
-
Uses of TurtleModifier in de.grogra.grogra
-
Uses of TurtleModifier in de.grogra.mtg
-
Uses of TurtleModifier in de.grogra.rgg
-
Uses of TurtleModifier in de.grogra.turtle
Modifier and TypeClassDescriptionclass
class
This is the base class of turtle commands which assign a value to a state variable of the turtle and have a single parameter.class
class
The turtle commandC0
resetsTurtleState.carbon
to its initial value (as defined inTurtleState.initialState
).class
class
class
The turtle commandClAdd(x)
setsTurtleState.localCarbon
to the sum ofTurtleState.carbon
and the specifiedargument
x
.class
The turtle commandClMul(x)
setsTurtleState.localCarbon
to the product of the fieldTurtleState.carbon
and the specifiedargument
x
.class
class
class
The turtle commandD0
resetsTurtleState.diameter
to its initial value (as defined inTurtleState.initialState
).class
class
class
The turtle commandDlAdd(x)
setsTurtleState.localDiameter
to the sum ofTurtleState.diameter
and the specifiedargument
x
.class
The turtle commandDlMul(x)
setsTurtleState.localDiameter
to the product of the fieldTurtleState.diameter
and the specifiedargument
x
.class
class
The turtle commandF(x)
represents a cylinder along the local z-direction.class
The turtle commandF0
represents a cylinder along the local z-direction.class
The turtle commandFAdd(x)
represents a cylinder along the local z-direction.class
The turtle commandFMul(x)
represents a cylinder along the local z-direction.class
class
class
The turtle commandH0
resetsTurtleState.heartwood
to its initial value (as defined inTurtleState.initialState
).class
class
class
The turtle commandHlAdd(x)
setsTurtleState.localHeartwood
to the sum ofTurtleState.heartwood
and the specifiedargument
x
.class
The turtle commandHlMul(x)
setsTurtleState.localHeartwood
to the product of the fieldTurtleState.heartwood
and the specifiedargument
x
.class
class
class
class
The turtle commandL0
resetsTurtleState.length
to its initial value (as defined inTurtleState.initialState
).class
class
class
The turtle commandLlAdd(x)
setsTurtleState.localLength
to the sum ofTurtleState.length
and the specifiedargument
x
.class
The turtle commandLlMul(x)
setsTurtleState.localLength
to the product of the fieldTurtleState.length
and the specifiedargument
x
.class
class
The turtle commandM(x)
represents a movement along the local z-direction.class
The turtle commandM0
represents a movement along the local z-direction.class
The turtle commandMAdd(x)
represents a movement along the local z-direction.class
The turtle commandMMul(x)
represents a movement along the local z-direction.class
class
The turtle commandMRel(x)
represents a movement along the local z-direction.class
class
The turtle commandN0
resetsTurtleState.parameter
to its initial value (as defined inTurtleState.initialState
).class
class
class
The turtle commandNlAdd(x)
setsTurtleState.localParameter
to the sum ofTurtleState.parameter
and the specifiedargument
x
.class
The turtle commandNlMul(x)
setsTurtleState.localParameter
to the product of the fieldTurtleState.parameter
and the specifiedargument
x
.class
class
class
class
The turtle commandP0
resetsTurtleState.color
to its initial value (as defined inTurtleState.initialState
).class
class
The turtle commandRV(x)
represents a rotation which implements gravitropism.class
The turtle commandRV0
represents a rotation which implements gravitropism.class
The turtle commandRVAdd(x)
represents a rotation which implements gravitropism.class
The turtle commandRVMul(x)
represents a rotation which implements gravitropism.class
class
class
The turtle commandU0
resetsTurtleState.internodeCount
to its initial value (as defined inTurtleState.initialState
).class
class
class
The turtle commandUlAdd(x)
setsTurtleState.localInternodeCount
to the sum ofTurtleState.internodeCount
and the specifiedargument
x
.class
The turtle commandUlMul(x)
setsTurtleState.localInternodeCount
to the product of the fieldTurtleState.internodeCount
and the specifiedargument
x
.class
class
class
The turtle commandV0
resetsTurtleState.tropism
to its initial value (as defined inTurtleState.initialState
).class
class
class
The turtle commandVlAdd(x)
setsTurtleState.localTropism
to the sum ofTurtleState.tropism
and the specifiedargument
x
.class
The turtle commandVlMul(x)
setsTurtleState.localTropism
to the product of the fieldTurtleState.tropism
and the specifiedargument
x
.class