ericw-tools/include
Jonathan e6fd6b653e A few more vec3_t -> qvec
qmat follows other type conventions (T, N, M) and is annotated differently so it's not as confusing to follow
Removed qmat::operator[] - it's not clear from calling it that it's column-major (as evidenced by the comments needing to explicitly make clear at call sites that it's column, not row), so I've collapsed them into two separate functions that explicitly fetch either a column or a row. This also ties them nicely into qvec<N>.
2021-10-12 12:03:59 -04:00
..
common A few more vec3_t -> qvec 2021-10-12 12:03:59 -04:00
light Removed a lot of unused functions 2021-10-10 14:04:09 -04:00
qbsp A few more vec3_t -> qvec 2021-10-12 12:03:59 -04:00
vis Resolve GCC wanting `template` before emplacements 2021-10-05 22:54:25 -04:00