You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In godot > core/math/basis.h there is bool is_finite() const;
In godot-cpp there isn't such a method. I tried to replicate it, but it's also missing on Vector2 and Vector3 and other classes (more can be found in extension_api.json file with all places it should be).