docs: update math API docs

This commit is contained in:
2026-03-20 02:35:15 +08:00
parent e165dbea1c
commit c5b17239ca
243 changed files with 5307 additions and 1327 deletions

View File

@@ -11,7 +11,7 @@ constexpr float FLOAT_MAX = 3.402823466e+38f;
```cpp
#include <XCEngine/Math/Math.h>
float maxDistance = Math::FLOAT_MAX;
float maxDistance = FLOAT_MAX;
```
## 相关文档