ofxAccelerometerHandler

ofxAccelerometerHandler methods

ofxAccelerometerHandler()

ofxAccelerometerHandler::ofxAccelerometerHandler()

setup()

void ofxAccelerometerHandler::setup()

exit()

void ofxAccelerometerHandler::exit()

getForce()

ofPoint & ofxAccelerometerHandler::getForce()

getRawAcceleration()

ofPoint & ofxAccelerometerHandler::getRawAcceleration()

getOrientation()

ofPoint & ofxAccelerometerHandler::getOrientation()

getMatrix()

GLfloat * ofxAccelerometerHandler::getMatrix()

setForceSmoothing(...)

void ofxAccelerometerHandler::setForceSmoothing(float forceSmoothing)

setOrientationSmoothing(...)

void ofxAccelerometerHandler::setOrientationSmoothing(float orientationSmoothing)

setCallback(...)

void ofxAccelerometerHandler::setCallback(ofxAccelCB new_callback)

update(...)

void ofxAccelerometerHandler::update(float x, float y, float z)

ofxAccelerometerHandler variables

ofEvent< ofPoint > accelChanged

ofEvent< ofPoint > ofxAccelerometerHandler::accelChanged