| 27 | } |
| 28 | |
| 29 | void ofApp::update() |
| 30 | { |
| 31 | matrix->update(); |
| 32 | matrix->setPosition(ofGetWidth()/2 - matrix->getWidth()/2, ofGetHeight()/2 - matrix->getHeight()/2); |
| 33 | } |
| 34 | |
| 35 | void ofApp::draw() |
| 36 | { |
nothing calls this directly
no test coverage detected