|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmotej.CalibrationDataReport
public class CalibrationDataReport
Calibration data for the onboard accelerometer (as stored in the Wiimote's memory, starting at address 0x16 and repeated at 0x20).
Constructor Summary | |
---|---|
CalibrationDataReport(int zeroX,
int zeroY,
int zeroZ,
int gravityX,
int gravityY,
int gravityZ)
|
Method Summary | |
---|---|
int |
getGravityX()
Calibrated force of gravity for the accelerometers X axis. |
int |
getGravityY()
Calibrated force of gravity for the accelerometers Y axis. |
int |
getGravityZ()
Calibrated force of gravity for the accelerometers Z axis. |
int |
getZeroX()
Calibrated zero offsets for the accelerometers X axis. |
int |
getZeroY()
Calibrated zero offsets for the accelerometers Y axis. |
int |
getZeroZ()
Calibrated zero offsets for the accelerometers Z axis. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CalibrationDataReport(int zeroX, int zeroY, int zeroZ, int gravityX, int gravityY, int gravityZ)
Method Detail |
---|
public int getGravityX()
public int getGravityY()
public int getGravityZ()
public int getZeroX()
public int getZeroY()
public int getZeroZ()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |