Before I try to implement a "ThrowCast" Node myself, is there something like this already inside of Godot?
I want to calculate the collision of a "stone throw" similar to the calculation of the collision by a ray cast. The math of such a collision calculation isn't to complicated but I want to avoid implement something if it already exists.
Greetings