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
angle.h
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
glmath.h
line2d.cpp
line2d.h
line3d.cpp
line3d.h
mathfwd.h
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
matrix4.h
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
plane.h
quat.cpp
quat.h
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
rect2d.h
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
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
vector2d.h
vector3d.cpp
vector3d.h COMMON: Remove use of fmin/fmax/fminf/fmaxf 2024-01-08 13:07:05 +01:00
vector4d.cpp
vector4d.h
vector.h