godotengine / godot-cpp

C++ bindings for the Godot script API
MIT License
1.74k stars 575 forks source link

[Math] Add `is_finite` methods #1436

Closed AThousandShips closed 6 months ago

AThousandShips commented 7 months ago

Did a minor sweep for these, there are some other things to carry over and some style improvements, but the exact changes might be more disruptive than these additions so leaving them for a future set of changes (some are also exclusive to later versions so keeping this one minimal to begin with)

dsnopek commented 6 months ago

Cherry-picked for 4.2 in PR https://github.com/godotengine/godot-cpp/pull/1465

dsnopek commented 6 months ago

Cherry-picked for 4.1 in PR https://github.com/godotengine/godot-cpp/pull/1466