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