Fixed Point
July 15, 2021 · View on GitHub
Use Q31.32 format to represent fixed-point numbers.
This library is largely referenced from asik/FixedMath.Net,
but fix and adjust some API for Unity usage.
Considered Q15.16 format before, but the resolution is only = 1.52587897E-5
This mean that it only provides 4 decimals of accuracy, which is unacceptable in many cases.