Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    15
    Views
    1,611

    Re: Three dimensional array in Java Help

    Can you explain the difference between indices and coordinates? They are usually the same thing.
  2. Replies
    15
    Views
    1,611

    Re: Three dimensional array in Java Help

    If you set one of the dimensions (z) to a constant value (5), there would be 40X40 values in the other two dimemsions
  3. Replies
    15
    Views
    1,611

    Re: Three dimensional array in Java Help

    Once the data is loaded into the array, what does the program use it for?
  4. Replies
    15
    Views
    1,611

    Re: Three dimensional array in Java Help

    Your code says that there are 3 two dim arrays in the three dim array. The first dim is for x,y,z
    x,y and z each have a 2 dim array to hold their data.
    What data is stored in those two dim...
Results 1 to 4 of 4