mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-25 05:01:24 +00:00
Only matrix-vector, vector-matrix and vector-vector outer products (no more room), but that's enough to get decent performance out of matrix-matrix and matrix-scalar (both of which can be done as a set of matrix-vector or vertex-scalar products). Progs version bumped because I found that I'd put the swizzle and 2d wedge ops in the wrong spot (compared to both intention and docs) and rather than adjust the docs, I took advantage of the opportunity to get a nicer layout for the wedge products (nestled into the spare slots left by the 2x2 matrix ops, which seems fitting as the 2d wedge is the determinant of a 2x2 matrix). |
||
---|---|---|
.. | ||
audio | ||
client | ||
console | ||
ecs | ||
gamecode | ||
gib | ||
image | ||
input | ||
models | ||
net | ||
qw | ||
ruamoko | ||
scene | ||
ui | ||
util | ||
video | ||
Makemodule.am |