The matrix elements for the model and viewing transforms are held in XFORM structures:

M11, M12, M21, and M22 are fixed-point numbers represented as signed four-byte integers with a notational binary point between bits 16 and 15:

     +2.5 is represented by 00028000H
     -2.5 is represented by FFFD8000H
     -0.5 is represented by FFFF8000H

M41 and M42 are signed four-byte numbers.


[Back: Transform Functions]
[Next: Device Transform Definition by Presentation Page Viewport]