Methods
reset()
Resets this turtle's position, rotation and heading all to 0's
- Source
setxyz(x, y, z)
Set's this turtle's 3D, x y z, position
Parameters:
Name | Type | Description |
---|---|---|
x | number | float for x position |
y | number | float for y position |
z | number | float for z position |
- Source