Module gba::fixed

source ·

Structs

  • A fixed-point number. This transparently wraps an integer with a const generic for how many bits are fractional.

Type Definitions

  • i16 with 8 bits of fixed-point fraction.
  • i16 with 14 bits of fixed-point fraction.
  • i32 with 8 bits of fixed-point fraction.