| 65 | } |
| 66 | |
| 67 | const glm::mat4 Widget::getCellViewMatrix(const float pXPos, const float pYPos) |
| 68 | { |
| 69 | return findTransform(mViewMatrices, pXPos, pYPos); |
| 70 | } |
| 71 | |
| 72 | const glm::mat4 Widget::getCellOrientationMatrix(const float pXPos, const float pYPos) |
| 73 | { |
nothing calls this directly
no outgoing calls
no test coverage detected