Uses of Class
erland.game.tileadventure.Vector3D

Packages that use Vector3D
erland.game.tileadventure   
 

Uses of Vector3D in erland.game.tileadventure
 

Fields in erland.game.tileadventure declared as Vector3D
static Vector3D MoveAction.DOWN
           
static Vector3D MoveAction.EAST
           
static Vector3D MoveAction.NONE
           
static Vector3D MoveAction.NORTH
           
static Vector3D MoveAction.SOUTH
           
static Vector3D MoveAction.UP
           
static Vector3D MoveAction.WEST
           
 

Methods in erland.game.tileadventure that return Vector3D
 Vector3D GameObject.getMoveVector()
           
 

Methods in erland.game.tileadventure with parameters of type Vector3D
 void GameObject.setMoveVector(Vector3D vector)
           
 void Vector3D.setVector(Vector3D p)
           
 

Constructors in erland.game.tileadventure with parameters of type Vector3D
MoveAction(ControllerInterface controller, Vector3D direction)
           
 



Copyright © 2003-2006 Erland Isaksson. All Rights Reserved.