scummvm/math
2024-01-08 13:07:05 +01:00
..
aabb.cpp MATH: added generic collision code for AABB class 2023-05-06 14:03:04 +02:00
aabb.h MATH: added function to obtain size of AABBs 2023-05-17 10:11:20 +02: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 MATH: Add Frustum::isTriangleInside utility function 2023-05-06 16:47:50 +09:00
frustum.h MATH: Add Frustum::isTriangleInside utility function 2023-05-06 16:47:50 +09: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: Add some constexpr to the Matrix base-classes. 2023-04-29 13:10:23 +02:00
matrix3.h MATH: Add some constexpr to the Matrix base-classes. 2023-04-29 13:10:23 +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: Add some constexpr to the Matrix base-classes. 2023-04-29 13:10:23 +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 MATH: Add ray triangle intersection and tests 2023-01-16 17:36:43 +01:00
ray.h MATH: Add ray triangle intersection and tests 2023-01-16 17:36:43 +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: Make the Rotation3D/Transform constructors constexpr 2023-04-29 13:10:23 +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 COMMON: Mark more symbols as const 2023-12-26 20:23:59 +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 MATH: Make the Rotation3D/Transform constructors constexpr 2023-04-29 13:10:23 +02: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 COMMON: Remove use of fmin/fmax/fminf/fmaxf 2024-01-08 13:07:05 +01: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