|
Why is Real32sToV2(real32 X, real32 Y) named so instead of V2(real32 X, real32 Y)? |
Answered by
bagaffey
Sep 16, 2025
Replies: 1 comment
|
Because there's no function overloading in C23. |
0 replies
Answer selected by
btgvesta
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because there's no function overloading in C23.
I had to give it a unique name instead of V2().