com.cliffblaster.game.physics
Class Vector3f

java.lang.Object
  extended by com.cliffblaster.game.physics.Vector3f

public class Vector3f
extends java.lang.Object


Field Summary
 float x
           
 float y
           
 float z
           
 
Constructor Summary
Vector3f(float xd, float yd, float zd)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public float x

y

public float y

z

public float z
Constructor Detail

Vector3f

public Vector3f(float xd,
                float yd,
                float zd)