Showing changes from revision #2 to #3:
Added | Removed | Changed
Draw transform units are fixed point numbers, with decimal point between bits 15 and 16. In other words this means that the numbers are:
&XXXX.XXXX
That is, the top two bytes contains the whole part of the number, the bottom two bytes the fractional part.