Difference between revisions of "User talk:Frolicking Zombie"
(Looks like) |
|||
Line 16: | Line 16: | ||
<br /> | <br /> | ||
[[File:Radarzoombasis.png]] | [[File:Radarzoombasis.png]] | ||
+ | <br /> | ||
+ | |||
+ | [[File:radarZoomFinal.png]] | ||
---- | ---- | ||
Line 24: | Line 27: | ||
Hmm... looks like it's calculating some upper/lower bounds on the angle that an enemy bot could be at, in a melee environment where scans are infrequent --[[User:Rednaxela|Rednaxela]] 16:20, 16 August 2009 (UTC) | Hmm... looks like it's calculating some upper/lower bounds on the angle that an enemy bot could be at, in a melee environment where scans are infrequent --[[User:Rednaxela|Rednaxela]] 16:20, 16 August 2009 (UTC) | ||
+ | |||
+ | Just working on this article over here before I move it. It's a minimal cost radar with some features for melee. |
Revision as of 19:10, 16 August 2009
<math>\text{targetError} = (\text{currentTime} - \text{lastScanTime})\times 8</math>
<math>\text{targetDistance} = \sqrt{(\text{targetX} - \text{myX})^2+(\text{targetY}-\text{myY})^2}</math>
<math>\angle\text{targetHeading} = \tan ^{-1}\left(\frac{\text{targetY}-\text{myY}}{\text{targetX}-\text{myX}}\right)</math>
<math>\text{y = }\frac{2 \text{targetDistance}^2-\text{targetError}^2}{2 \text{targetDistance}}</math>
<math>\text{x = }\pm \frac{1}{2} \sqrt{4 \text{targetError}^2-\frac{\text{targetError}^4}{\text{targetDistance}^2}}</math>
<math>\angle\theta\text{ = }\tan ^{-1}\left(\frac{x}{y}\right)</math>
<math>\angle\text{cwBoundHeading} = \angle\text{targetHeading}+\angle\theta</math>
<math>\angle\text{ccwBoundHeading} = \angle\text{targetHeading}-\angle\theta</math>
Hey there! Wanna tell us what you're doing? Looks pretty interesting. =) « AaronR « Talk « 14:04, 16 August 2009 (UTC)
Looks really interesting... Do tell =) » Nat | Talk » 14:59, 16 August 2009 (UTC)
Hmm... looks like it's calculating some upper/lower bounds on the angle that an enemy bot could be at, in a melee environment where scans are infrequent --Rednaxela 16:20, 16 August 2009 (UTC)
Just working on this article over here before I move it. It's a minimal cost radar with some features for melee.