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

Method getOrientationMatrix

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

Source from the content-addressed store, hash-verified

366}
367
368const glm::mat4 Widget::getOrientationMatrix(const CellIndex& pIndex)
369{
370 if (mOrientMatrices.find(pIndex)==mOrientMatrices.end()) {
371 mOrientMatrices.emplace(pIndex, IDENTITY);
372 }
373 return mOrientMatrices[pIndex];
374}
375
376}
377}

Callers 1

drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected