MCPcopy 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
108void Widget::resetViewMatrices()
109{
110 for (auto it: mViewMatrices)
111 it.second = IDENTITY;
112}
113
114
115void Widget::resetOrientationMatrices()

Callers 1

window_implMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected