scummvm/math
2022-12-04 00:08:48 +01:00
..
aabb.cpp ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
aabb.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
angle.cpp MATH: Janitorial 2022-06-20 00:19:40 +02:00
angle.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
cosinetables.cpp COMMON: Move FFT, DCT, MDCT, RDFT, SineTable, CosineTable and getSineWindow into Math 2022-11-20 14:32:05 +01:00
cosinetables.h COMMON: Move FFT, DCT, MDCT, RDFT, SineTable, CosineTable and getSineWindow into Math 2022-11-20 14:32:05 +01:00
dct.cpp COMMON: Move FFT, DCT, MDCT, RDFT, SineTable, CosineTable and getSineWindow into Math 2022-11-20 14:32:05 +01:00
dct.h COMMON: Move FFT, DCT, MDCT, RDFT, SineTable, CosineTable and getSineWindow into Math 2022-11-20 14:32:05 +01:00
fft.cpp COMMON: Move FFT, DCT, MDCT, RDFT, SineTable, CosineTable and getSineWindow into Math 2022-11-20 14:32:05 +01:00
fft.h COMMON: Move FFT, DCT, MDCT, RDFT, SineTable, CosineTable and getSineWindow into Math 2022-11-20 14:32:05 +01:00
frustum.cpp ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
frustum.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
glmath.cpp ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
glmath.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
line2d.cpp MATH: Janitorial 2022-06-20 00:19:40 +02:00
line2d.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
line3d.cpp ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
line3d.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
mathfwd.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
matrix3.cpp MATH: Janitorial 2022-06-20 00:19:40 +02:00
matrix3.h MATH: Janitorial 2022-06-20 00:19:40 +02:00
matrix4.cpp MATH: Janitorial 2022-06-20 00:19:40 +02:00
matrix4.h MATH: Janitorial 2022-06-20 00:19:40 +02:00
matrix.h MATH: Use reference instead of value 2022-09-18 16:15:56 +02:00
mdct.cpp COMMON: Move FFT, DCT, MDCT, RDFT, SineTable, CosineTable and getSineWindow into Math 2022-11-20 14:32:05 +01:00
mdct.h COMMON: Move FFT, DCT, MDCT, RDFT, SineTable, CosineTable and getSineWindow into Math 2022-11-20 14:32:05 +01:00
module.mk COMMON: Move FFT, DCT, MDCT, RDFT, SineTable, CosineTable and getSineWindow into Math 2022-11-20 14:32:05 +01:00
plane.cpp ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
plane.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
quat.cpp MATH: Janitorial 2022-06-20 00:19:40 +02:00
quat.h MATH: Janitorial 2022-06-20 00:19:40 +02:00
ray.cpp ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
ray.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
rdft.cpp COMMON: Move FFT, DCT, MDCT, RDFT, SineTable, CosineTable and getSineWindow into Math 2022-11-20 14:32:05 +01:00
rdft.h COMMON: Move FFT, DCT, MDCT, RDFT, SineTable, CosineTable and getSineWindow into Math 2022-11-20 14:32:05 +01:00
rect2d.cpp MATH: Janitorial 2022-06-20 00:19:40 +02:00
rect2d.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
rotation3d.h MATH: Janitorial 2022-06-20 00:19:40 +02:00
sinetables.cpp COMMON: Move FFT, DCT, MDCT, RDFT, SineTable, CosineTable and getSineWindow into Math 2022-11-20 14:32:05 +01:00
sinetables.h COMMON: Move FFT, DCT, MDCT, RDFT, SineTable, CosineTable and getSineWindow into Math 2022-11-20 14:32:05 +01:00
sinewindows.cpp JANITORIAL: Clean up all non-engine Visual Studio warnings. 2022-12-04 00:08:48 +01:00
sinewindows.h COMMON: Move FFT, DCT, MDCT, RDFT, SineTable, CosineTable and getSineWindow into Math 2022-11-20 14:32:05 +01:00
squarematrix.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
transform.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
utils.h COMMON: Move FFT, DCT, MDCT, RDFT, SineTable, CosineTable and getSineWindow into Math 2022-11-20 14:32:05 +01:00
vector2d.cpp MATH: Janitorial 2022-06-20 00:19:40 +02:00
vector2d.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
vector3d.cpp MATH: Janitorial 2022-06-20 00:19:40 +02:00
vector3d.h MATH: Make Vector3d::length const correct 2022-10-15 14:31:00 +09:00
vector4d.cpp MATH: Janitorial 2022-06-20 00:19:40 +02:00
vector4d.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
vector.h MATH: Use reference instead of value 2022-09-18 16:15:56 +02:00