com.drismo.logic
Class AccelerationObject

java.lang.Object
  extended by com.drismo.model.AccelerationObject

public class AccelerationObject
extends java.lang.Object

TODO: flytt til model? kommenter


Field Summary
 float[] rotatedVectors
           
 long timestamp
           
 
Constructor Summary
AccelerationObject(float[] rot, long ts)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timestamp

public final long timestamp

rotatedVectors

public final float[] rotatedVectors
Constructor Detail

AccelerationObject

public AccelerationObject(float[] rot,
                          long ts)