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

Method getCameraPitch

examples/OpenGLWindow/SimpleCamera.cpp:406–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404}
405
406float SimpleCamera::getCameraPitch() const
407{
408 return m_data->m_pitch;
409}
410float SimpleCamera::getAspectRatio() const
411{
412 return m_data->m_aspect;

Callers 5

updateMethod · 0.80
getCameraInfoMethod · 0.80
mouseMoveCallbackMethod · 0.80
getCameraInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected