Difference between revisions of "GuessFactor"

From Robowiki
Jump to navigation Jump to search
(New page: A way of measuring a firing angle which, unlike a raw Bearing Offset, takes into account the enemy's relative direction at fire time and the Maximum Escape Angle for the specific f...)
 
m (rewording becuase a GuessFactor represents an angle, not a point)
Line 1: Line 1:
A way of measuring a firing angle which, unlike a raw [[Bearing Offset]], takes into account the enemy's relative direction at fire time and the [[Maximum Escape Angle]] for the specific firing situation.  
+
A way of measuring a firing angle which, unlike a raw [[Bearing Offset|bearing offset]], takes into account the enemy's relative direction at fire time and the [[Maximum Escape Angle|maximum escape angle]] for the specific firing situation.  
  
A GuessFactor of 1.0 represents the furthest point that the enemy could reach if he continues moving in his current direction relative to the firing bot (i.e., clockwise or counter-clockwise), while -1.0 represents the furthest point that the enemy could reach if he reversed directions.
+
A GuessFactor of 1.0 represents the bearing offset that the enemy would reach if he maximized his [[Escape Angle|escape angle]] while moving in his current direction relative to the firing bot (i.e., clockwise or counter-clockwise), while -1.0 represents the bearing offset that the enemy would reach if he maximized his escape angle after reversing directions.
  
 
== See also ==
 
== See also ==

Revision as of 06:56, 12 November 2007

A way of measuring a firing angle which, unlike a raw bearing offset, takes into account the enemy's relative direction at fire time and the maximum escape angle for the specific firing situation.

A GuessFactor of 1.0 represents the bearing offset that the enemy would reach if he maximized his escape angle while moving in his current direction relative to the firing bot (i.e., clockwise or counter-clockwise), while -1.0 represents the bearing offset that the enemy would reach if he maximized his escape angle after reversing directions.

See also