05-830, User Interface Software, Spring, 1997
Lecture 11,   March 17, 1997
Copyright © 1997 - Brad Myers


        Previous Lecture     . . .      Next Lecture

Output Models, Structured Graphics &
Display PostScript


Drawing Operations

Structured Graphics

Display PostScript

Matrix Multiplication

[ a  b ]  [x]      [ax + by]
[ c d ] [y] = [cx + dy]

[ a b c] [x] [ax + by + cz]
[ d e f] [y] = [dx + ey + fz]
[ g h i] [z] [gx + hy + iz]


Back to 05-830 main page