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 HALF_PI = 1.57079632679489661923f;
```cpp
#include <XCEngine/Math/Math.h>
float ninetyDegreesRadians = Math::HALF_PI;
float ninetyDegreesRadians = HALF_PI;
```
## 相关文档