TurtleStamp3D
Attributes
- Source
- TurtleStamp3D.scala
- Graph
-
- Supertypes
Members list
Value members
Constructors
Attributes
- Source
- TurtleStamp3D.scala
Concrete methods
0-255, 0 = invisible, 255 = opaque
Returns a displayable name of this type of agent (Turtle, Link, Patch, Observer)
Returns a displayable name of this type of agent (Turtle, Link, Patch, Observer)
Attributes
- Definition Classes
- Source
- TurtleStamp3D.scala
Returns the x component of the forward vector
Returns the x component of the forward vector
Attributes
- Definition Classes
- Source
- TurtleStamp3D.scala
Returns the y component of the forward vector
Returns the y component of the forward vector
Attributes
- Definition Classes
- Source
- TurtleStamp3D.scala
Returns the z component of the forward vector
Returns the z component of the forward vector
Attributes
- Definition Classes
- Source
- TurtleStamp3D.scala
Returns the breed AgentSet of this turtle, all turtles if the turtle is unbreeded.
Returns the breed AgentSet of this turtle, all turtles if the turtle is unbreeded.
Attributes
- Definition Classes
- Source
- TurtleStamp3D.scala
Returns the index of this turtle's breed.
Returns the patch that this turtle is on.
Returns the value of the variable in the given position of the agent variable array
Returns the value of the variable in the given position of the agent variable array
Value parameters
- vn
-
the index into the agent variable array
Attributes
- Definition Classes
- Source
- TurtleStamp3D.scala
Returns true if the label
variable has a non-empty string value.
Returns true if the label
variable has a non-empty string value.
Attributes
- Definition Classes
- Source
- TurtleStamp3D.scala
Sets the value of the heading
variable
Sets the value of the heading
variable
Value parameters
- d
-
the new heading
Attributes
- Definition Classes
- Source
- TurtleStamp3D.scala
Returns the value of the hidden?
variable.
Returns the id number of this agent. The who number in the case of a turtle, index into the array in the case of patches
Returns the id number of this agent. The who number in the case of a turtle, index into the array in the case of patches
Attributes
- Definition Classes
- Source
- TurtleStamp3D.scala
Moves the turtle forward distance as if the command jump
were used
Moves the turtle forward distance as if the command jump
were used
Value parameters
- distance
-
this amount to jump
Attributes
- Definition Classes
- Source
- TurtleStamp3D.scala
Returns the value of the label-color
variable.
Returns the value of the label-color
variable.
Attributes
- Definition Classes
- Source
- TurtleStamp3D.scala
Returns the value of the label
variable.
Sets the variable in the position vn of the agent variable array to value
Sets the variable in the position vn of the agent variable array to value
Value parameters
- value
-
the new value for the variable
- vn
-
the index into the agent variable array
Attributes
- Throws
-
api.AgentException
If value is the wrong type for the given variable or if you try to change variables that cannot be changed
- Definition Classes
- Source
- TurtleStamp3D.scala
Returns raw array of all agent variables. Warning: this method is liable to change return type in a future API version.
Returns raw array of all agent variables. Warning: this method is liable to change return type in a future API version.
Attributes
- Definition Classes
- Source
- TurtleStamp3D.scala
Returns the world object associated with this agent
Returns the world object associated with this agent
Attributes
- Definition Classes
- Source
- TurtleStamp3D.scala
Concrete fields
Returns the kind of this agent (Turtle, Link, Patch, Observer).
Returns the kind of this agent (Turtle, Link, Patch, Observer).
Attributes
- Source
- TurtleStamp3D.scala