Search:

Type: Posts; User: Spidey1980

Search: Search took 0.12 seconds.

  1. Replies
    7
    Views
    4,133

    Re: Vector Math in Java

    It does work, just had to weed and prune and fertilize a few things.
  2. Replies
    7
    Views
    4,133

    Re: Vector Math in Java

    I forgot to say if (angle == 0) then angle = 1

    Let's say a star is currently at 3,3. the integer of the Hypotenuse would be 4. int(3/4) = 0, angle defaults to 1. then new location is one pixel...
  3. Replies
    7
    Views
    4,133

    Re: Vector Math in Java

    Thank you that makes so much sense....

    Point to note: if I drop the object class and methods and make it a straight forward main loop; it works fine...I believe it's something to do with the order...
  4. Replies
    7
    Views
    4,133

    Re: Vector Math in Java

    Lol I hate dos box (neither compiled QB executables nor the compiler are not compatible with any OS past Win Vista) but Ok. And i don't think that's the issue. In both languages I have to do...
  5. Replies
    7
    Views
    4,133

    Vector Math in Java

    I have in other threads posted problems and have received a great deal of help and good feed back from the old timers here. I want to thank you all for that and I have just one remaining issue.

    I...
Results 1 to 5 of 5