mirror of
https://github.com/moparisthebest/Simba
synced 2024-12-23 15:58:51 -05:00
simbadoc: Fix typing mistakes.
This commit is contained in:
parent
904a4a0d60
commit
281f618d04
@ -196,7 +196,7 @@ FindDTMRotatedSE
|
||||
xs, ys, xe, ye: Integer; sAngle, eAngle, aStep: Extended;
|
||||
var aFound: Extended): Boolean;
|
||||
|
||||
FindDTMRotatedSE is behaves like FindDTM. Only, it will rotate the DTM between
|
||||
FindDTMRotatedSE 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. Start rotating at StartAngle.
|
||||
|
||||
@ -209,7 +209,7 @@ FindDTMRotatedAlternating
|
||||
xs, ys, xe, ye: Integer;
|
||||
sAngle, eAngle, aStep: Extended; var aFound: Extended): Boolean;
|
||||
|
||||
FindDTMRotated is behaves like FindDTM. Only, it will rotate the DTM between
|
||||
FindDTMRotated 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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user