public interface Observer
Interface provides access to NetLogo observer.
Method Summary | |
---|---|
double |
dist()
|
double |
dx()
|
double |
dy()
|
double |
dz()
|
int |
followDistance()
Returns the current distance behind the followed turtle the 3D view is displaying |
double |
heading()
|
double |
oxcor()
|
double |
oycor()
|
double |
ozcor()
|
Perspective |
perspective()
Returns the current perspective |
double |
pitch()
|
double |
roll()
|
void |
setPerspective(Perspective p,
Agent a)
|
Agent |
targetAgent()
Returns the currently watched or followed agent (or nobody) |
Methods inherited from interface org.nlogo.api.Agent |
---|
classDisplayName, getVariable, id, setVariable, shape, size, world |
Method Detail |
---|
Agent targetAgent()
Perspective perspective()
int followDistance()
double dist()
double heading()
double pitch()
double roll()
void setPerspective(Perspective p, Agent a)
double oxcor()
double oycor()
double ozcor()
double dx()
double dy()
double dz()