scummvm/math
2024-05-06 22:57:08 +02:00
..
aabb.cpp MATH: added const qualifier to AABB collision function 2024-05-06 22:57:08 +02:00
aabb.h MATH: added const qualifier to AABB collision function 2024-05-06 22:57:08 +02:00
angle.cpp
angle.h
cosinetables.cpp
cosinetables.h
dct.cpp
dct.h
fft.cpp
fft.h
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
matrix.h MATH: Add some constexpr to the Matrix base-classes. 2023-04-29 13:10:23 +02: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
matrix4.h
mdct.cpp
mdct.h
module.mk
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
rdft.h
rect2d.cpp
rect2d.h
rotation3d.h MATH: Make the Rotation3D/Transform constructors constexpr 2023-04-29 13:10:23 +02:00
sinetables.cpp
sinetables.h
sinewindows.cpp COMMON: Mark more symbols as const 2023-12-26 20:23:59 +01:00
sinewindows.h
squarematrix.h
transform.h MATH: Make the Rotation3D/Transform constructors constexpr 2023-04-29 13:10:23 +02:00
utils.h
vector.h
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