| 103 | } |
| 104 | |
| 105 | void Widget::setCellOrientationMatrix(const float pXPos, const float pYPos, const glm::mat4& pMatrix) |
| 106 | { |
| 107 | return setTransform(mOrientMatrices, pXPos, pYPos, pMatrix); |
| 108 | } |
| 109 | |
| 110 | |
| 111 | void Widget::resetViewMatrices() |
nothing calls this directly
no outgoing calls
no test coverage detected