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

Method getCellViewMatrix

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected