|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecterland.game.tileadventure.Vector3D
public class Vector3D
| Constructor Summary | |
|---|---|
Vector3D()
|
|
Vector3D(float x,
float y,
float z)
|
|
Vector3D(float x,
float y,
float z,
float length)
|
|
| Method Summary | |
|---|---|
Object |
clone()
|
float |
getLength()
|
float |
getX()
|
float |
getY()
|
float |
getZ()
|
void |
setLength(float length)
|
void |
setVector(float x,
float y,
float z)
|
void |
setVector(Vector3D p)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Vector3D()
public Vector3D(float x,
float y,
float z)
public Vector3D(float x,
float y,
float z,
float length)
| Method Detail |
|---|
public void setVector(Vector3D p)
public void setVector(float x,
float y,
float z)
public float getX()
public float getY()
public float getZ()
public void setLength(float length)
public float getLength()
public Object clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||