MCPcopy Create free account
hub / github.com/HarbourMasters/SpaghettiKart / AddMatrixFixed

Function AddMatrixFixed

src/engine/Matrix.cpp:33–36  ·  view source on GitHub ↗

* Push a fixed point matrix to the stack * Use GetMatrix() before calling this */

Source from the content-addressed store, hash-verified

31 * Use GetMatrix() before calling this
32 */
33void AddMatrixFixed(std::deque<Mtx>& stack, s32 flags) {
34 // Load the matrix
35 gSPMatrix(gDisplayListHead++, &stack.back(), flags);
36}
37
38// Used in func_80095BD0
39void SetTextMatrix(Mat4 mf, f32 x, f32 y, f32 arg3, f32 arg4) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected