mirror of
https://github.com/moparisthebest/Simba
synced 2024-12-24 08:18:52 -05:00
DTM Rotated Handbook fix
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@572 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
parent
1468258483
commit
a5c6073e5c
@ -501,25 +501,44 @@ the first found DTM.
|
|||||||
FindDTMs is like FindDTM, but it returns an array of \textbf{x} and \textbf{y}, as the
|
FindDTMs is like FindDTM, but it returns an array of \textbf{x} and \textbf{y}, as the
|
||||||
\textbf{TPointArray} type.
|
\textbf{TPointArray} type.
|
||||||
|
|
||||||
\subsection{FindDTMRotated}
|
\subsection{FindDTMRotatedSE}
|
||||||
\pfunc \mname{FindDTMRotated}(\pvname{DTM}\pvtype{Integer} \textbf{out }
|
\pfunc \mname{FindDTMRotated}(\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}
|
||||||
|
|
||||||
FindDTMRotated is behaves like FindDTM. Only, it will turn the DTM between
|
FindDTMRotatedSE is behaves like FindDTM. Only, it will rotate the DTM between
|
||||||
sAngle and eAngle by aStep each time. It will also return the angle which the DTM was found
|
sAngle and eAngle by aStep each time. It will also return the angle which the
|
||||||
at.
|
DTM was found at. Start rotating at StartAngle.
|
||||||
|
|
||||||
\subsection{FindDTMsRotated}
|
\subsection{FindDTMRotatedAlternating}
|
||||||
|
\pfunc \mname{FindDTMRotated}(\pvname{DTM}\pvtype{Integer} \textbf{out }
|
||||||
|
\pvname{x, y} \pvtype{Integer} \pvname{x1, y1, x2, y2} \pvtype{Integer}
|
||||||
|
\pvname{sAngle, eAngle, aStep} \pvtype{Extended} \textbf{out}
|
||||||
|
\pvname{aFound} \pvtypel{Extended}): \pvtype{Boolean}
|
||||||
|
|
||||||
|
FindDTMRotated is behaves like FindDTM. Only, it will rotate the DTM between
|
||||||
|
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.
|
||||||
|
|
||||||
|
\subsection{FindDTMsRotatedSE}
|
||||||
\pfunc \mname{FindDTMRotated}(\pvname{DTM}\pvtype{Integer} \textbf{var}
|
\pfunc \mname{FindDTMRotated}(\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}
|
||||||
|
|
||||||
FindDTMRotated is behaves like FindDTMs. Only, it will turn the DTM between
|
FindDTMsRotatedSE behaves like FindRotatedDTMSE, but finds all DTM occurances.
|
||||||
sAngle and eAngle by aStep each time. It will also return the angles which each DTM Main Point
|
Since one point can be found on several angles, aFound is a 2d array.
|
||||||
was found at.
|
|
||||||
|
\subsection{FindDTMsRotatedAlternating}
|
||||||
|
\pfunc \mname{FindDTMRotated}(\pvname{DTM}\pvtype{Integer} \textbf{var}
|
||||||
|
\pvname{Points} \pvtype{TPointArray} \pvname{x1, y1, x2, y2} \pvtype{Integer}
|
||||||
|
\pvname{sAngle, eAngle, aStep} \pvtype{Extended} \textbf{out}
|
||||||
|
\pvname{aFound} \pvtypel{T2DExtendedArray}): \pvtype{Boolean}
|
||||||
|
|
||||||
|
FindDTMsRotatedAlternating behaves like FindRotatedDTMAlternating,
|
||||||
|
but finds all DTM occurances.
|
||||||
|
Since one point can be found on several angles, aFound is a 2d array.
|
||||||
|
|
||||||
\subsection{DTMFromString}
|
\subsection{DTMFromString}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user