erland.game.tileadventure
Class Size3D

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

public class Size3D
extends Object


Constructor Summary
Size3D()
           
Size3D(float x, float y, float z)
           
 
Method Summary
 float getX()
           
 int getXAsInt()
           
 float getY()
           
 int getYAsInt()
           
 float getZ()
           
 int getZAsInt()
           
 void setSize(float x, float y, float z)
           
 void setSize(Size3D size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Size3D

public Size3D()

Size3D

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

setSize

public void setSize(Size3D size)

setSize

public void setSize(float x,
                    float y,
                    float z)

getX

public float getX()

getY

public float getY()

getZ

public float getZ()

getXAsInt

public int getXAsInt()

getYAsInt

public int getYAsInt()

getZAsInt

public int getZAsInt()


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