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

Method getWidth

examples/OpenGLWindow/X11OpenGLWindow.cpp:1158–1163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1156}
1157
1158int X11OpenGLWindow::getWidth() const
1159{
1160 if (m_data)
1161 return m_data->m_glWidth;
1162 return 0;
1163}
1164int X11OpenGLWindow::getHeight() const
1165{
1166 if (m_data)

Callers 8

SimpleOpenGL3AppMethod · 0.45
initMethod · 0.45
getCameraInfoMethod · 0.45
copyCameraImageDataMethod · 0.45
copyCameraImageDataGLMethod · 0.45
getCameraInfoMethod · 0.45
TinyRendererSetupMethod · 0.45
renderSceneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected