mirror of
https://github.com/godotengine/godot.git
synced 2026-02-24 12:50:12 +00:00
This is in alignment with other functions in vector classes. Also added checks for normalization, fixed the sign of reflect (which now corresponds to reflection along a plane mathematically), added bounce method and updated docs. Fixes #8201.