Type Definition gba::fixed::i16fx8

source ·
pub type i16fx8 = Fixed<i16, 8>;
Expand description

i16 with 8 bits of fixed-point fraction.

This is used by the affine matrix entries.