org.auxilum.opengl.scene.physics
Class PhysicObject

java.lang.Object
  extended byorg.auxilum.opengl.scene.physics.PhysicObject

public class PhysicObject
extends java.lang.Object


Constructor Summary
PhysicObject(float x, float y, float z)
          Constructor
 
Method Summary
 float[] getPosition()
           
 float getXPosition()
           
 float getYPosition()
           
 float getZPosition()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhysicObject

public PhysicObject(float x,
                    float y,
                    float z)
Constructor

Method Detail

getPosition

public float[] getPosition()

getXPosition

public float getXPosition()

getYPosition

public float getYPosition()

getZPosition

public float getZPosition()