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