Closed lelandbatey closed 10 years ago
In reality, the only data we ever pass to the missile launcher is data representing x,y,z coordinates to hit. That is converted into ticks, and ticks are all we really care about. So, we don't use either radians or degrees in our final program much.
Because this issue no longer makes sense, I'm closing it.
Jason totally converted me: we should use degrees instead of radians for our internal representation. As such, we should rebuild that to be the case.