| 848 | // *********************************************************************** |
| 849 | |
| 850 | void Translate(Vec3f translation) { |
| 851 | u64 mode = (u64)pRenderState->matrixModeState; |
| 852 | pRenderState->matrixStates[mode].Top() *= Matrixf::MakeTranslation(translation); |
| 853 | } |
| 854 | |
| 855 | // *********************************************************************** |
| 856 |
no outgoing calls
no test coverage detected