Replies: 1 comment 1 reply
-
It unions the float array with separate floats, so you can use it several different ways. Sometimes it might be useful to call |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I had a question after looking at the code of Gunslinger and I looked at the maths implementation of it. It implements vectors (depending on what type of vector of course, for now take a vec2) in an array of 2 floats. What is the advantage of implementing them in 2 floats rather than just separated floats?
Beta Was this translation helpful? Give feedback.
All reactions