Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ resetViewMatrices
Method
resetViewMatrices
src/backend/opengl/sdl/window.cpp:108–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
107
108
void Widget::resetViewMatrices()
109
{
110
for (auto it: mViewMatrices)
111
it.second = IDENTITY;
112
}
113
114
115
void Widget::resetOrientationMatrices()
Callers
1
window_impl
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected