linmath.h
linmath.h copied to clipboard
Fixed minor implicit conversion issues, using floats instead of doubles
These issues were found in Clang static analyzer with -Wconversion. Only two, both very minor.
I should add, the fix proposed in issue #8 already resolves one of these issues. It's the exact same fix.
I'll pull the fixes sometime soon. I had some stuff pile up over the past weeks and I'm queuing it in as a FIFO.
Fixed by #26 and #8