Godot version
4.2
godot-cpp version
4.2
System information
mac m1
Issue description
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).
Steps to reproduce
Minimal reproduction project
Godot version
4.2
godot-cpp version
4.2
System information
mac m1
Issue description
In
godot>core/math/basis.hthere isbool is_finite() const;In
godot-cppthere isn't such a method. I tried to replicate it, but it's also missing onVector2andVector3and other classes (more can be found in extension_api.json file with all places it should be).Steps to reproduce
Minimal reproduction project