org.nlogo.agent
Class InRadiusOrCone

java.lang.Object
  extended by org.nlogo.agent.InRadiusOrCone
Direct Known Subclasses:
InRadiusOrCone3D

public class InRadiusOrCone
extends Object


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

inRadius

public List<Agent> inRadius(Agent agent,
                            AgentSet sourceSet,
                            double radius,
                            boolean wrap)

inCone

public List<Agent> inCone(Turtle startTurtle,
                          AgentSet sourceSet,
                          double radius,
                          double angle,
                          boolean wrap)