axmol/core/math
smilediver 1c33176dd8
Some warning and other minor fixes (#2038)
* FastRNG: fix warnings, optimize bool01()

* UTF8: limit warnings on Android due to jni.hpp include

* Remove unused includes

* UTF8: add missing fmt/format.h include

* Tests: remove invalid test
2024-07-19 07:59:04 +08:00
..
AffineTransform.cpp Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
AffineTransform.h Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
CMakeLists.txt Move color types to math/Color.h (#1741) 2024-03-14 23:38:45 +08:00
Color.cpp Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
Color.h Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
FastRNG.h Some warning and other minor fixes (#2038) 2024-07-19 07:59:04 +08:00
Mat3.h Merge: 41714a04fd 2631c8405b 2023-09-02 19:56:50 +08:00
Mat4.cpp Rename all AXLOG/printf to AXLOGD (without .\core, .\3rdparty) (#2020) 2024-07-11 23:28:31 +08:00
Mat4.h Rename all AXLOG/printf to AXLOGD (without .\core, .\3rdparty) (#2020) 2024-07-11 23:28:31 +08:00
Mat4.inl Migrate engine namespace to `axis`(abbv: `ax`) (#743) 2022-07-11 17:50:21 +08:00
Math.h Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
MathBase.h Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
MathUtil.cpp Enable Mat4 SSE Istructions acceleration 2023-10-11 01:05:22 +08:00
MathUtil.h Enable Mat4 SSE Istructions acceleration 2023-10-11 01:05:22 +08:00
MathUtil.inl Migrate engine namespace to `axis`(abbv: `ax`) (#743) 2022-07-11 17:50:21 +08:00
MathUtilNeon.inl Migrate engine namespace to `axis`(abbv: `ax`) (#743) 2022-07-11 17:50:21 +08:00
MathUtilNeon64.inl Migrate engine namespace to `axis`(abbv: `ax`) (#743) 2022-07-11 17:50:21 +08:00
MathUtilSSE.inl Enable Mat4 SSE Istructions acceleration 2023-10-11 01:05:22 +08:00
Quaternion.cpp Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
Quaternion.h Migrate more macors 2022-07-16 10:43:05 +08:00
Quaternion.inl Migrate engine namespace to `axis`(abbv: `ax`) (#743) 2022-07-11 17:50:21 +08:00
Rect.cpp Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
Rect.h Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
TransformUtils.cpp Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
TransformUtils.h Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
Vec2.cpp Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
Vec2.h Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
Vec2.inl Add operator for Vec2/Vec2. (#1445) 2023-11-23 09:04:09 +08:00
Vec3.cpp Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
Vec3.h Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
Vec3.inl Migrate engine namespace to `axis`(abbv: `ax`) (#743) 2022-07-11 17:50:21 +08:00
Vec4.cpp Move color types to math/Color.h (#1741) 2024-03-14 23:38:45 +08:00
Vec4.h Move color types to math/Color.h (#1741) 2024-03-14 23:38:45 +08:00
Vertex.cpp Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00
Vertex.h Update TLD to axmol.dev in sources (#1977) 2024-06-10 02:25:43 +08:00