Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
406
float SimpleCamera::getCameraPitch() const
407
{
408
return m_data->m_pitch;
409
}
410
float SimpleCamera::getAspectRatio() const
411
{
412
return m_data->m_aspect;
Callers
5
defaultMouseMoveCallback
Method · 0.80
update
Method · 0.80
getCameraInfo
Method · 0.80
mouseMoveCallback
Method · 0.80
getCameraInfo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected