public interface World3D
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 |
---|
int worldDepth()
Protractor3D protractor3D()
int minPzcor()
int maxPzcor()
double wrappedObserverZ(double z)
double wrapZ(double z)
double followOffsetZ()
Patch getPatchAt(double x, double y, double z) throws AgentException
AgentException