MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / BoxStackExample

Method BoxStackExample

examples/BulletRobotics/BoxStack.cpp:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25public:
26 BoxStackExample(GUIHelperInterface* helper, int options)
27 : m_app(helper->getAppInterface()),
28 m_guiHelper(helper),
29 m_options(options)
30 {
31 m_app->setUpAxis(2);
32 }
33
34 virtual ~BoxStackExample()
35 {

Callers

nothing calls this directly

Calls 2

getAppInterfaceMethod · 0.45
setUpAxisMethod · 0.45

Tested by

no test coverage detected