erland.game.tileadventure
Class Point3D

java.lang.Object
  extended by erland.game.tileadventure.Point3D

public class Point3D
extends Object


Constructor Summary
Point3D()
           
Point3D(float x, float y, float z)
           
 
Method Summary
 float getX()
           
 float getY()
           
 float getZ()
           
 void setLocation(float x, float y, float z)
           
 void setLocation(Point3D p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Point3D

public Point3D()

Point3D

public Point3D(float x,
               float y,
               float z)
Method Detail

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.