git-svn-id: http://wiiusej.googlecode.com/svn/wiki@103 ae48ae66-6a45-0410-b38e-211266189506
28 lines
764 B
Plaintext
28 lines
764 B
Plaintext
#summary One-sentence summary of this page.
|
|
|
|
= MotionSensingEvent Methods Summary=
|
|
int getAccelerationThreshold()
|
|
Get acceleration threshold.
|
|
|
|
float getAlphaSmoothing()
|
|
Get alpha smoothing.
|
|
|
|
GForce getGforce()
|
|
Get the gravity force.
|
|
|
|
Orientation getOrientation()
|
|
|
|
|
|
float getOrientationThreshold()
|
|
Get orientation threshold.
|
|
|
|
RawAcceleration getRawAcceleration()
|
|
Get the raw acceleration.
|
|
|
|
boolean isSmoothingActive()
|
|
Tell if the option SMOOTHING is activated.
|
|
|
|
private void setOrientationAndGforce(float r, float p, float ya, float x, float y, float z, short xx, short yy, short zz)
|
|
Set orientation, gravity force and raw acceleration.
|
|
|
|
java.lang.String toString() |