mirror of
https://github.com/moparisthebest/Simba
synced 2025-02-07 02:30:19 -05:00
Fix in doc change
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@573 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
parent
a5c6073e5c
commit
77b4ea33ea
@ -502,7 +502,7 @@ FindDTMs is like FindDTM, but it returns an array of \textbf{x} and \textbf{y},
|
|||||||
\textbf{TPointArray} type.
|
\textbf{TPointArray} type.
|
||||||
|
|
||||||
\subsection{FindDTMRotatedSE}
|
\subsection{FindDTMRotatedSE}
|
||||||
\pfunc \mname{FindDTMRotated}(\pvname{DTM}\pvtype{Integer} \textbf{out }
|
\pfunc \mname{FindDTMRotatedSE}(\pvname{DTM}\pvtype{Integer} \textbf{out }
|
||||||
\pvname{x, y} \pvtype{Integer} \pvname{x1, y1, x2, y2} \pvtype{Integer}
|
\pvname{x, y} \pvtype{Integer} \pvname{x1, y1, x2, y2} \pvtype{Integer}
|
||||||
\pvname{sAngle, eAngle, aStep} \pvtype{Extended} \textbf{out}
|
\pvname{sAngle, eAngle, aStep} \pvtype{Extended} \textbf{out}
|
||||||
\pvname{aFound} \pvtypel{Extended}): \pvtype{Boolean}
|
\pvname{aFound} \pvtypel{Extended}): \pvtype{Boolean}
|
||||||
@ -512,7 +512,8 @@ sAngle and eAngle by aStep each time. It will also return the angle which the
|
|||||||
DTM was found at. Start rotating at StartAngle.
|
DTM was found at. Start rotating at StartAngle.
|
||||||
|
|
||||||
\subsection{FindDTMRotatedAlternating}
|
\subsection{FindDTMRotatedAlternating}
|
||||||
\pfunc \mname{FindDTMRotated}(\pvname{DTM}\pvtype{Integer} \textbf{out }
|
\pfunc \mname{FindDTMRotatedAlternating}(\pvname{DTM}\pvtype{Integer}
|
||||||
|
\textbf{out }
|
||||||
\pvname{x, y} \pvtype{Integer} \pvname{x1, y1, x2, y2} \pvtype{Integer}
|
\pvname{x, y} \pvtype{Integer} \pvname{x1, y1, x2, y2} \pvtype{Integer}
|
||||||
\pvname{sAngle, eAngle, aStep} \pvtype{Extended} \textbf{out}
|
\pvname{sAngle, eAngle, aStep} \pvtype{Extended} \textbf{out}
|
||||||
\pvname{aFound} \pvtypel{Extended}): \pvtype{Boolean}
|
\pvname{aFound} \pvtypel{Extended}): \pvtype{Boolean}
|
||||||
@ -522,7 +523,7 @@ sAngle and eAngle by aStep each time. It will also return the angle which the
|
|||||||
DTM was found at. Starts at 0 degrees and alternatives between - and + aStep to search for the DTM.
|
DTM was found at. Starts at 0 degrees and alternatives between - and + aStep to search for the DTM.
|
||||||
|
|
||||||
\subsection{FindDTMsRotatedSE}
|
\subsection{FindDTMsRotatedSE}
|
||||||
\pfunc \mname{FindDTMRotated}(\pvname{DTM}\pvtype{Integer} \textbf{var}
|
\pfunc \mname{FindDTMsRotatedSE}(\pvname{DTM}\pvtype{Integer} \textbf{var}
|
||||||
\pvname{Points} \pvtype{TPointArray} \pvname{x1, y1, x2, y2} \pvtype{Integer}
|
\pvname{Points} \pvtype{TPointArray} \pvname{x1, y1, x2, y2} \pvtype{Integer}
|
||||||
\pvname{sAngle, eAngle, aStep} \pvtype{Extended} \textbf{out}
|
\pvname{sAngle, eAngle, aStep} \pvtype{Extended} \textbf{out}
|
||||||
\pvname{aFound} \pvtypel{T2DExtendedArray}): \pvtype{Boolean}
|
\pvname{aFound} \pvtypel{T2DExtendedArray}): \pvtype{Boolean}
|
||||||
@ -531,7 +532,7 @@ FindDTMsRotatedSE behaves like FindRotatedDTMSE, but finds all DTM occurances.
|
|||||||
Since one point can be found on several angles, aFound is a 2d array.
|
Since one point can be found on several angles, aFound is a 2d array.
|
||||||
|
|
||||||
\subsection{FindDTMsRotatedAlternating}
|
\subsection{FindDTMsRotatedAlternating}
|
||||||
\pfunc \mname{FindDTMRotated}(\pvname{DTM}\pvtype{Integer} \textbf{var}
|
\pfunc \mname{FindDTMsRotatedAlternating}(\pvname{DTM}\pvtype{Integer} \textbf{var}
|
||||||
\pvname{Points} \pvtype{TPointArray} \pvname{x1, y1, x2, y2} \pvtype{Integer}
|
\pvname{Points} \pvtype{TPointArray} \pvname{x1, y1, x2, y2} \pvtype{Integer}
|
||||||
\pvname{sAngle, eAngle, aStep} \pvtype{Extended} \textbf{out}
|
\pvname{sAngle, eAngle, aStep} \pvtype{Extended} \textbf{out}
|
||||||
\pvname{aFound} \pvtypel{T2DExtendedArray}): \pvtype{Boolean}
|
\pvname{aFound} \pvtypel{T2DExtendedArray}): \pvtype{Boolean}
|
||||||
|
Loading…
Reference in New Issue
Block a user