oot icon indicating copy to clipboard operation
oot copied to clipboard

Create `matrix.h` and `matrix_stack.h`

Open Dragorn421 opened this issue 1 year ago • 1 comments

Create matrix_stack.h with all the stack-based matrix manipulation functions, and matrix.h with the rest of the matrix functions (besides the gu ones which should be in libultra's gu.h (and currently are in functions.h))

Dragorn421 avatar Jun 25 '24 21:06 Dragorn421

PR #1972 also conflicts with this because I implemented my own sys_matrix.h that mimics MM's own sys_matrix.h

I'm fine with dropping the inclusion of sys_matrix.h in #1972 in favor of this pr, though I would prefer the two headers stay mostly consistent between games.

mzxrules avatar Jun 27 '24 08:06 mzxrules

I don't know where to take this

Dragorn421 avatar Aug 11 '24 22:08 Dragorn421