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

Method getCellOrientationMatrix

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

Source from the content-addressed store, hash-verified

70}
71
72const glm::mat4 Widget::getCellOrientationMatrix(const float pXPos, const float pYPos)
73{
74 return findTransform(mOrientMatrices, pXPos, pYPos);
75}
76
77void Widget::setTransform(MatrixHashMap& pMap, const float pX, const float pY, const glm::mat4 &pMat)
78{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected