Uses of Class
de.grogra.turtle.Assignment
-
Uses of Assignment in de.grogra.turtle
Modifier and TypeClassDescriptionclass
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
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
class
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
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
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
class
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
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