FixMath.fix2

Type to hold temporary values for multiplication and division

mixintemplate FixMath(ubyte coordinateBitsParam = 16)
alias fix2 = SignedBitsType!(COLOR.channelBits * 2 + coordinateBits)

Meta