raylib-cpp
raylib-cpp copied to clipboard
Add operator>= and operator<= on Vector
Thanks @bensuperpc! Should we instead compare their magnitudes instead? Comparing their individual coordinates may not get the desired results.... In raylib, the lengths.
Thanks @bensuperpc! Should we instead compare their magnitudes instead? Comparing their individual coordinates may not get the desired results.... In raylib, the lengths.
I improved this PR, What do you think ?