erland.game.tileadventure
Class Vector3D
java.lang.Object
erland.game.tileadventure.Vector3D
- All Implemented Interfaces:
- Cloneable
public class Vector3D
- extends Object
- implements Cloneable
Vector3D
public Vector3D()
Vector3D
public Vector3D(float x,
float y,
float z)
Vector3D
public Vector3D(float x,
float y,
float z,
float length)
setVector
public void setVector(Vector3D p)
setVector
public void setVector(float x,
float y,
float z)
getX
public float getX()
getY
public float getY()
getZ
public float getZ()
setLength
public void setLength(float length)
getLength
public float getLength()
clone
public Object clone()
- Overrides:
clone
in class Object
Copyright © 2003-2006 Erland Isaksson. All Rights Reserved.