doc/kishna.tex
changeset 363 971769b5f8c7
parent 362 6c7b4deefdfb
child 364 033f8236241a
equal deleted inserted replaced
362:6c7b4deefdfb 363:971769b5f8c7
   152  \centering \includegraphics[width=\textwidth]{images/class_Player_inherit_graph.png}
   152  \centering \includegraphics[width=\textwidth]{images/class_Player_inherit_graph.png}
   153  \caption{Player class inheritance graph. \label{class_Player_inheritance}}
   153  \caption{Player class inheritance graph. \label{class_Player_inheritance}}
   154 \end{figure}
   154 \end{figure}
   155 
   155 
   156 \begin{figure}[!ht]
   156 \begin{figure}[!ht]
   157  \centering \includegraphics[width=\textwidth]{images/class_GameState_collaboration_graph.png}
   157  \centering \includegraphics[width=0.6\textwidth]{images/class_GameState_collaboration_graph.png}
   158  \caption{Relationships of core GameState class. \label{class_GameState_collaboration}}
   158  \caption{Relationships of core GameState class. \label{class_GameState_collaboration}}
   159 \end{figure}
   159 \end{figure}
   160 
   160 
   161 \subsection{Network}
   161 \subsection{Network}
   162 
   162 
   212 
   212 
   213 \begin{figure}[!ht]
   213 \begin{figure}[!ht]
   214  \centering \includegraphics[width=\textwidth]{images/class_NetworkObject_inherit_graph.png}
   214  \centering \includegraphics[width=\textwidth]{images/class_NetworkObject_inherit_graph.png}
   215  \caption{Use of NetworkObject in network code. \label{class_NetworkObject_inherit}}
   215  \caption{Use of NetworkObject in network code. \label{class_NetworkObject_inherit}}
   216 \end{figure}
   216 \end{figure}
       
   217 
       
   218 \clearpage
   217 
   219 
   218 \section{Data structures and algorithms}
   220 \section{Data structures and algorithms}
   219 
   221 
   220 \subsection{Basic data structures}
   222 \subsection{Basic data structures}
   221 
   223 
   394 
   396 
   395 % References
   397 % References
   396 \begin{thebibliography}{99}
   398 \begin{thebibliography}{99}
   397 \bibitem{gaffer} Gaffer on games. Game Physics. 2006. \\
   399 \bibitem{gaffer} Gaffer on games. Game Physics. 2006. \\
   398  http://gafferongames.wordpress.com/game-physics/ (read: 2008-12-08)
   400  http://gafferongames.wordpress.com/game-physics/ (read: 2008-12-08)
   399 \bibitem{fractal} Terrain texture generation.  http://www.gameprogrammer.com/fractal.html
   401 \bibitem{fractal} Terrain texture generation \\
       
   402 http://www.gameprogrammer.com/fractal.html
   400 \end{thebibliography}
   403 \end{thebibliography}
   401 
   404 
   402 \end{document}
   405 \end{document}