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

Method getOrientationMatrix

src/backend/opengl/glfw/window.cpp:392–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390}
391
392const glm::mat4 Widget::getOrientationMatrix(const CellIndex& pIndex)
393{
394 if (mOrientMatrices.find(pIndex)==mOrientMatrices.end()) {
395 mOrientMatrices.emplace(pIndex, IDENTITY);
396 }
397 return mOrientMatrices[pIndex];
398}
399
400}
401}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected