lelandbatey / cs.323.Team.Dart

Team Dart's Repository for CS 323 - Spring 2014
0 stars 0 forks source link

Switch from Radians to Degrees #108

Closed lelandbatey closed 10 years ago

lelandbatey commented 10 years ago

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.

lelandbatey commented 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.