MCPcopy Create free account
hub / github.com/cinder/Cinder / setup

Method setup

samples/SaveImage/src/SaveImageApp.cpp:52–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50};
51
52void SaveImageApp::setup()
53{
54 mCurrentFrame = 0;
55
56 for( size_t s = 0; s < 100; ++s )
57 mCircles.push_back( Circle( vec2( Rand::randFloat( 0, 640 ), Rand::randFloat( 0, 480 ) ) ) );
58}
59
60void SaveImageApp::mouseDown( MouseEvent event )
61{

Callers

nothing calls this directly

Calls 3

randFloatFunction · 0.85
CircleClass · 0.70
push_backMethod · 0.45

Tested by

no test coverage detected