|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.drismo.model.AccelerationObject
public class AccelerationObject
Class to model acceleration at a given time. Contains 3 vectors and a time stamp.
Used in AccelerationHandler
and QualityRater
AccelerationHandler
,
QualityRater
Field Summary | |
---|---|
float[] |
rotatedVectors
Public data attribute to represent the three vectors of the object. |
long |
timestamp
Public data attribute to represent time stamp of the object. |
Constructor Summary | |
---|---|
AccelerationObject(float[] rot,
long ts)
Creates an acceleration object. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final long timestamp
public final float[] rotatedVectors
Constructor Detail |
---|
public AccelerationObject(float[] rot, long ts)
rot
- Rotated acceleration vectors.ts
- Time stamp given.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |