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

Method getCellViewMatrix

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

Source from the content-addressed store, hash-verified

65}
66
67const glm::mat4 Widget::getCellViewMatrix(const float pXPos, const float pYPos)
68{
69 return findTransform(mViewMatrices, pXPos, pYPos);
70}
71
72const glm::mat4 Widget::getCellOrientationMatrix(const float pXPos, const float pYPos)
73{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected