Search:

Type: Posts; User: Chris.Brown.SPE

Search: Search took 0.09 seconds.

  1. Replies
    15
    Views
    1,611

    Re: Three dimensional array in Java Help

    Why do indices and coordinates have to be different? Just use the x,y coordinates as your indices. Unless there is some issue like your coordinates can be negative or something.
  2. Replies
    15
    Views
    1,611

    Re: Three dimensional array in Java Help

    So the array itself is a representation of the image. One array dimension for each dimension of the image and the value is the color of the pixes.

    This will work as i stated in my original post....
  3. Replies
    15
    Views
    1,611

    Re: Three dimensional array in Java Help

    That sounds more like what Norm was talking about. One big array where each position represents one pixel then each has a small array of x,y,z coordinates.

    Do they need to be in a particular...
  4. Replies
    15
    Views
    1,611

    Re: Three dimensional array in Java Help

    Interesting take Norm. I guess we need the question answered...

    Are you looking for "an array to hold x,y,z positions" or "a 3D array holding data at position x,y,z"?
  5. Replies
    15
    Views
    1,611

    Re: Three dimensional array in Java Help

    This is how it would work
Results 1 to 5 of 5