erland.game.tileadventure
Class Point3D
java.lang.Object
erland.game.tileadventure.Point3D
public class Point3D
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Point3D
public Point3D()
Point3D
public Point3D(float x,
float y,
float z)
setLocation
public void setLocation(Point3D p)
setLocation
public void setLocation(float x,
float y,
float z)
getX
public float getX()
getY
public float getY()
getZ
public float getZ()
Copyright © 2003-2006 Erland Isaksson. All Rights Reserved.