j3d.examples.maze3d
Class MazeManager
java.lang.Object
j3d.examples.maze3d.MazeManager
public class MazeManager
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MazeManager
public MazeManager(java.lang.String fn)
getMaze
public javax.media.j3d.BranchGroup getMaze()
getMazeStartPosn
public javax.vecmath.Vector3d getMazeStartPosn()
getMazeImage
public java.awt.image.BufferedImage getMazeImage()
getImageStartPosn
public java.awt.Point getImageStartPosn()
getImageStep
public int getImageStep()
canMoveTo
public boolean canMoveTo(double xWorld,
double zWorld)