r547: no message
[ctsim.git] / doc / ctsim-appendix.tex
index 9c242d16b8b8314a24b5a294ed872c5ed6d7d16b..a826258e35e415887b2a6c4046eee6a9de106a84 100644 (file)
@@ -8,8 +8,8 @@ Simple Graphics Package was created in 1980 by Kevin Rosenberg and
 is modelled after the hypothetical graphics library described by Foley and van
 Dam\cite{FOLEY82}. It is designed to be platform-independent.
 
-\section{Flowchart}
-
+\section{Transformation Sequence}
+\latexonly{
 \parbox{11cm}{
 \centerline{Master coordinate (MC) level}
 \centerline{$\downarrow$}
@@ -24,6 +24,15 @@ Dam\cite{FOLEY82}. It is designed to be platform-independent.
 \centerline{Clipping against Viewport}
 \centerline{$\downarrow$}
 \centerline{Convert to Physical device coordinates (PDC)}
+}}
+\latexignore{
+\centerline{Master coordinate (MC) level}
+\centerline{Apply \emph{Current transformation matrix}}
+\centerline{World coordinate (WC) level}
+\centerline{Clipping against Window}
+\centerline{Convert to Normalized device coordinates (NDC)}
+\centerline{Clipping against Viewport}
+\centerline{Convert to Physical device coordinates (PDC)}
 }
 
 \section{Functions}%