Search:

Type: Posts; User: Brt93yoda

Search: Search took 0.11 seconds.

  1. Replies
    25
    Views
    3,547

    Re: I think I need an algorith

    I thought I was missing something. I barely use switch statements.
  2. Replies
    25
    Views
    3,547

    Re: I think I need an algorith

    By switch structure do you mean:

    int testInt = 10;

    switch (testInt) {
    case 1: system.out.println("int = 1");
    case 2: system.out.println("int = 2");
    ...ETC
    }
  3. Replies
    25
    Views
    3,547

    Re: I think I need an algorith

    Trying not to be annoying, but what is an "accelerator structure?"
  4. Replies
    25
    Views
    3,547

    Re: I think I need an algorith

    ok, I will try it
  5. Replies
    25
    Views
    3,547

    Re: I think I need an algorith

    intersects() can also be used for collision detection, right?
Results 1 to 5 of 5