mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 12:52:46 +00:00
e164002050
The better accuracy is for specific cases (90 degree rotations around a main axis: the matrix element for that axis is now 1 instead of 0.99999994). The speedup comes from doing fewer additions (multiply seems to be faster than add for fp, at least in this situation). |
||
---|---|---|
.. | ||
Makefile.am | ||
test-bary.c | ||
test-cs.c | ||
test-dq.c | ||
test-half.c | ||
test-mat3.c | ||
test-mat4.c | ||
test-plist.c | ||
test-qfs.c | ||
test-quat.c | ||
test-seb.c | ||
test-seg.c | ||
test-set.c | ||
test-vrect.c |