-
|
Why is Real32sToV2(real32 X, real32 Y) named so instead of V2(real32 X, real32 Y)? |
Beta Was this translation helpful? Give feedback.
Answered by
bagaffey
Sep 16, 2025
Replies: 1 comment
-
|
Because there's no function overloading in C23. |
Beta Was this translation helpful? Give feedback.
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().