UNPKG

bb8

Version:

Force control Sphero BB8 w/ Xbox controller or Myo armband

7 lines (6 loc) 154 B
// // convert coords to BB8 sphere angle system // export function getBBAngle(x, y) { return (Math.abs(Math.atan2(x, y) * (180 / Math.PI) - 180)); }