java.lang.Objectorg.nlogo.agent.InRadiusOrCone
public class InRadiusOrCone
| Method Summary | |
|---|---|
List<Agent> |
inCone(Turtle startTurtle,
AgentSet sourceSet,
double radius,
double angle,
boolean wrap)
|
List<Agent> |
inRadius(Agent agent,
AgentSet sourceSet,
double radius,
boolean wrap)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public List<Agent> inRadius(Agent agent,
AgentSet sourceSet,
double radius,
boolean wrap)
public List<Agent> inCone(Turtle startTurtle,
AgentSet sourceSet,
double radius,
double angle,
boolean wrap)