org.nlogo.api
Interface World3D

All Superinterfaces:
World
All Known Implementing Classes:
World3D

public interface World3D
extends World


Field Summary
 
Fields inherited from interface org.nlogo.api.World
INFINITESIMAL
 
Method Summary
 double followOffsetZ()
           
 Patch getPatchAt(double x, double y, double z)
           
 int maxPzcor()
           
 int minPzcor()
           
 Protractor3D protractor3D()
           
 int worldDepth()
           
 double wrappedObserverZ(double z)
           
 double wrapZ(double z)
           
 
Methods inherited from interface org.nlogo.api.World
breedsOwnNameAt, fastGetPatchAt, followOffsetX, followOffsetY, getDrawing, getPatch, getPatchAt, getVariablesArraySize, getVariablesArraySize, links, linkShapeList, linksOwnNameAt, markDrawingClean, markPatchColorsClean, markPatchColorsDirty, maxPxcor, maxPycor, minPxcor, minPycor, observer, patchColors, patchColorsDirty, patches, patchesAllBlack, patchesWithLabels, patchSize, program, protractor, sendPixels, ticks, turtles, turtleShapeList, turtlesOwnNameAt, worldHeight, worldWidth, wrap, wrappedObserverX, wrappedObserverY, wrappingAllowedInX, wrappingAllowedInY, wrapX, wrapY
 

Method Detail

worldDepth

int worldDepth()

protractor3D

Protractor3D protractor3D()

minPzcor

int minPzcor()

maxPzcor

int maxPzcor()

wrappedObserverZ

double wrappedObserverZ(double z)

wrapZ

double wrapZ(double z)

followOffsetZ

double followOffsetZ()

getPatchAt

Patch getPatchAt(double x,
                 double y,
                 double z)
                 throws AgentException
Throws:
AgentException