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

Method getCameraYaw

examples/OpenGLWindow/SimpleCamera.cpp:389–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387}
388
389float SimpleCamera::getCameraYaw() const
390{
391 return m_data->m_yaw;
392}
393
394void SimpleCamera::setCameraPitch(float pitch)
395{

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected