1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@514 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
Wizzup? 2010-02-03 23:30:28 +00:00
parent cf39457756
commit 8c848bc843

View File

@ -504,10 +504,8 @@ the first found DTM.
\subsection{FindDTMs}
\textbf{function} {\color{blue}{FindDTMs}}({\color{typeRed}{DTM: }}
{\color{typeGreen}{Integer}}; {\color{typeRed}{out Points: }}
{\color{typeGreen}{TPointArray}}; {\color{typeRed}{x1, y1, x2, y2: }}{\color{typeGreen}
{Integer}}){\color{typeGreen}{: Boolean}}; \\
\pfunc \mname{FindDTMs}(\pvname{DTM: }\pvtype{Integer}; \pyname{Points}
\pvtype{TPointArray}; \pvname{x1, y1, x2, y2: } \pvtype{Integer}
FindDTMs is like FindDTM, but it returns an array of \textbf{x} and \textbf{y}, as the
\textbf{TPointArray} type.