auto clean whitespace
This commit is contained in:
38 files changed
+1446
-1446
No files matched your search
+3
-3
@@ -6,7 +6,7 @@ module.exports = {
|
||||
let theta = (thetat < 0) ? (360 + thetat) : thetat;
|
||||
let compass = ["S", "SW", "W", "NW", "N", "NE", "E", "SE", "S"];
|
||||
let dir = compass[Math.round(theta / 45)];
|
||||
|
||||
|
||||
return {distance, theta, dir}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in new issue
Block a user