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