org.nlogo.agent
Interface Agent3D

All Known Implementing Classes:
Observer3D, Patch3D, Turtle3D

public interface Agent3D


Method Summary
 Patch3D getPatchAtOffsets(double dx, double dy, double dz)
           
 

Method Detail

getPatchAtOffsets

Patch3D getPatchAtOffsets(double dx,
                          double dy,
                          double dz)
                          throws AgentException
Throws:
AgentException