Search:

Type: Posts; User: mszyndlar

Search: Search took 0.07 seconds.

  1. Replies
    0
    Views
    1,063

    For the Math Majors

    I am one of those oddballs, i <3 programming, but math is not my strong suit..

    float targetX = targetCreature.getX();
    float targetY = targetCreature.getY();
    float...
  2. Replies
    2
    Views
    1,297

    Re: Desperate Need of help

    i figured out that what i need is to use the CohenSutherland method to check if my ArrayList of obstacles touch a line, i just need some help with implementationn
  3. Replies
    0
    Views
    927

    need a bump in the right direction

    if i have 2 sets of coords, say 50,50 and 100,100.
    and then an array of square shaped obstacles between the two points

    for (int i = 0; i < arrayOfStuffInTheWay.size(); i++) {
    int x =...
  4. Replies
    2
    Views
    1,297

    Desperate Need of help

    Hi to anyone that is reading this, and thank you for taking the time to do so. I have been trying to get some code figured out and im going out of my mind.
    THE GOAL: Have a playerobject (square) and...
Results 1 to 4 of 4