java.lang.Objectorg.nlogo.agent.InRadiusOrCone
org.nlogo.agent.InRadiusOrCone3D
public class InRadiusOrCone3D
| Method Summary | |
|---|---|
List<Agent> |
inCone(Turtle callingTurtle,
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)
inRadius in class InRadiusOrCone
public List<Agent> inCone(Turtle callingTurtle,
AgentSet sourceSet,
double radius,
double angle,
boolean wrap)
inCone in class InRadiusOrCone