Hello all. It’s been awhile.
I started using JOML and finally decided to start the dreaded task converting my physics engine to use JOML.
Right now I’m looking for the JOML equivalent of quatf.addScaledVector(vec3, float), but I cannot find it. Is it just not there?
Also, what does the ‘fma’ in vec3.fma(float, vec3) stand for? It took me forever to find the function when I needed it!