0ad/source/maths
Ralph Sennhauser 0c0552a428
Replace M_PI with C++ numbers
C++20 added π (pi) to the standard, replace the C macro globally.

Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
2026-06-04 20:29:48 +02:00
..
tests Replace M_PI with C++ numbers 2026-06-04 20:29:48 +02:00
BoundingBoxAligned.cpp Fix includes in source/maths 2025-07-06 18:24:31 +02:00
BoundingBoxAligned.h Fix includes in source/maths 2025-07-06 18:24:31 +02:00
BoundingBoxOriented.cpp Fix includes in source/maths 2025-07-06 18:24:31 +02:00
BoundingBoxOriented.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
BoundingSphere.cpp Fix includes in source/maths 2025-07-06 18:24:31 +02:00
BoundingSphere.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Brush.cpp Fix includes in source/maths 2025-07-06 18:24:31 +02:00
Brush.h Fix includes in source/maths 2025-07-06 18:24:31 +02:00
Ease.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Fixed.cpp Reduces string allocations in GUI and maths. 2025-10-11 19:44:22 +02:00
Fixed.h Fix includes in source/maths 2025-07-06 18:24:31 +02:00
FixedVector2D.h Fix includes in source/maths 2025-07-06 18:24:31 +02:00
FixedVector3D.h Fix includes in source/maths 2025-07-06 18:24:31 +02:00
Frustum.cpp Fix includes in source/maths 2025-07-06 18:24:31 +02:00
Frustum.h Fix includes in source/maths 2025-07-06 18:24:31 +02:00
MathUtil.h Replace M_PI with C++ numbers 2026-06-04 20:29:48 +02:00
Matrix3D.cpp Fix includes in source/maths 2025-07-06 18:24:31 +02:00
Matrix3D.h Convert span with dynamic extent to static extent 2025-08-24 11:09:57 +02:00
MD5.cpp Avoid SIGBUS error in the MD5 implementation on ARMv7 (armhf) 2026-03-23 08:20:10 +01:00
MD5.h Fix includes in source/maths 2025-07-06 18:24:31 +02:00
NUSpline.cpp Fix includes in source/maths 2025-07-06 18:24:31 +02:00
NUSpline.h Fix includes in source/maths 2025-07-06 18:24:31 +02:00
Plane.cpp Fix includes in source/maths 2025-07-06 18:24:31 +02:00
Plane.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Quaternion.cpp Replace M_PI with C++ numbers 2026-06-04 20:29:48 +02:00
Quaternion.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Rect.cpp Fix includes in source/maths 2025-07-06 18:24:31 +02:00
Rect.h Add scrollpanel widget 2024-11-12 15:01:42 -05:00
Size2D.cpp Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Size2D.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Sqrt.cpp Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Sqrt.h Fix includes in source/maths 2025-07-06 18:24:31 +02:00
Vector2D.cpp Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Vector2D.h Convert span with dynamic extent to static extent 2025-08-24 11:09:57 +02:00
Vector3D.cpp Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Vector3D.h Convert span with dynamic extent to static extent 2025-08-24 11:09:57 +02:00
Vector4D.h Convert span with dynamic extent to static extent 2025-08-24 11:09:57 +02:00