| 70 | } |
| 71 | |
| 72 | const glm::mat4 Widget::getCellOrientationMatrix(const float pXPos, const float pYPos) |
| 73 | { |
| 74 | return findTransform(mOrientMatrices, pXPos, pYPos); |
| 75 | } |
| 76 | |
| 77 | void Widget::setTransform(MatrixHashMap& pMap, const float pX, const float pY, const glm::mat4 &pMat) |
| 78 | { |
nothing calls this directly
no outgoing calls
no test coverage detected