ofxAccelerometerHandler methods
ofxAccelerometerHandler::ofxAccelerometerHandler()
void ofxAccelerometerHandler::setup()
void ofxAccelerometerHandler::exit()
ofPoint & ofxAccelerometerHandler::getForce()
ofPoint & ofxAccelerometerHandler::getRawAcceleration()
ofPoint & ofxAccelerometerHandler::getOrientation()
GLfloat * ofxAccelerometerHandler::getMatrix()
void ofxAccelerometerHandler::setForceSmoothing(float forceSmoothing)
void ofxAccelerometerHandler::setOrientationSmoothing(float orientationSmoothing)
void ofxAccelerometerHandler::setCallback(ofxAccelCB new_callback)
void ofxAccelerometerHandler::update(float x, float y, float z)
ofxAccelerometerHandler variables
ofEvent< ofPoint > ofxAccelerometerHandler::accelChanged