| 95 | } |
| 96 | |
| 97 | void Widget::setCellViewMatrix(const float pXPos, const float pYPos, const glm::mat4& pMatrix) |
| 98 | { |
| 99 | return setTransform(mViewMatrices, pXPos, pYPos, pMatrix); |
| 100 | } |
| 101 | |
| 102 | void Widget::setCellOrientationMatrix(const float pXPos, const float pYPos, const glm::mat4& pMatrix) |
| 103 | { |
nothing calls this directly
no outgoing calls
no test coverage detected