Reflowed comments and removed commented out code (#735)

This commit is contained in:
Tyler Veness
2017-11-16 00:33:51 -08:00
committed by Peter Johnson
parent 1e8d18b328
commit c663d7cd16
103 changed files with 784 additions and 778 deletions

View File

@@ -297,9 +297,6 @@ double Joystick::GetDirectionRadians() const {
* Get the direction of the vector formed by the joystick and its origin
* in degrees.
*
* uses std::acos(-1) to represent Pi due to absence of readily accessible Pi
* constant in C++
*
* @return The direction of the vector in degrees
*/
double Joystick::GetDirectionDegrees() const {