I want to use some trigonometry in one of my bots, but I'm not familiar with radians. Plus I've not used db in ages.
So i'll outline my usage below:
3 bots connected via 2 ties in a line going bot A, bot B, bot C.
Bot (A) see's an enemy and gives info about which direction from itself the enemy is, and how far away.
Bot (
![cool B)](http://forum.darwinbots.com/Smileys/DBClassic/cool.gif)
receives this info, and performs a trigonometric calculation to fire at the enemy (without using eyes
![Big Grin :D](http://forum.darwinbots.com/Smileys/DBClassic/biggrin.gif)
). It then gives information about which direction from itself the enemy is, and how far away.
Bot (C) receives bot B's info and performs a trigonometric calculation to fire at the enemy (without using eyes
![Big Grin :D](http://forum.darwinbots.com/Smileys/DBClassic/biggrin.gif)
).