MCPcopy Create free account
hub / github.com/arrayfire/forge / resetOrientationMatrices

Method resetOrientationMatrices

src/backend/opengl/sdl/window.cpp:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113
114
115void Widget::resetOrientationMatrices()
116{
117 for (auto it: mOrientMatrices)
118 it.second = IDENTITY;
119}
120
121Widget::Widget()
122 : mWindow(nullptr), mClose(false), mLastXPos(0), mLastYPos(0), mButton(-1),

Callers 1

window_implMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected