MCPcopy Create free account
hub / github.com/braitsch/ofxDatGui / update

Method update

example-Matrices/src/ofApp.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void ofApp::update()
30{
31 matrix->update();
32 matrix->setPosition(ofGetWidth()/2 - matrix->getWidth()/2, ofGetHeight()/2 - matrix->getHeight()/2);
33}
34
35void ofApp::draw()
36{

Callers

nothing calls this directly

Calls 3

setPositionMethod · 0.45
getWidthMethod · 0.45
getHeightMethod · 0.45

Tested by

no test coverage detected