scummvm/math
2023-05-17 10:11:20 +02: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
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
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
mdct.h
module.mk
plane.cpp
plane.h
quat.cpp
quat.h
ray.cpp
ray.h
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
sinewindows.h
squarematrix.h
transform.h MATH: Make the Rotation3D/Transform constructors constexpr 2023-04-29 13:10:23 +02:00
utils.h
vector2d.cpp
vector2d.h
vector3d.cpp
vector3d.h
vector4d.cpp
vector4d.h
vector.h