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