Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.13 seconds.

  1. Replies
    6
    Views
    1,631

    Re: MouseListener Conundrum

    No problem. Glad you got it sorted.
  2. Replies
    6
    Views
    1,631

    Re: MouseListener Conundrum

    If you use atan2 instead, you don't have to double check the slope again. Play around with this:


    double heading = Math.toDegrees(Math.atan2(yDistance, xDistance));


    PS- The reason copeg...
Results 1 to 2 of 2