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

Method getHeight

examples/OpenGLWindow/X11OpenGLWindow.cpp:1164–1169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1162 return 0;
1163}
1164int X11OpenGLWindow::getHeight() const
1165{
1166 if (m_data)
1167 return m_data->m_glHeight;
1168 return 0;
1169}
1170
1171#include <stdio.h>
1172

Callers 10

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

Calls

no outgoing calls

Tested by

no test coverage detected