mirror of
https://github.com/godotengine/godot.git
synced 2024-12-21 10:25:24 +08:00
8b07f95ba0
- Add `float` and `double` overloads to all methods of `Mathf`. This allows the methods to be usable with `float`, `double` or `real_t`. - Use `System.MathF` in the `float` overloads which may result in better performance. - Constants remain as `real_t` for the time being. - Add aggresive inlining for methods that wrap `System.Math` calls. |
||
---|---|---|
.. | ||
GodotSharp | ||
runtime_interop.cpp | ||
runtime_interop.h |