|
Beatmup
|
Go to the source code of this file.
Classes | |
| struct | Beatmup::Fixed< rtype, precision, optype > |
| Fixed-point number. More... | |
Namespaces | |
| Beatmup | |
Typedefs | |
| template<const int precision = 15> | |
| using | Beatmup::Fixed16 = Fixed< int16_t, precision, int32_t > |
| Signed 16-bit fixed point With default precision represents [-1, 1) range. More... | |