docs: update math API docs
This commit is contained in:
@@ -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;
|
||||
```
|
||||
|
||||
## 相关文档
|
||||
|
||||
Reference in New Issue
Block a user