2
$\begingroup$

If I have a grid that I know is RxCxD in size, and I have number that corresponds to an element in that grid, and the grid is mapped in Row major format, how can I find out the ordered triplet that corresponds to the index that I know? that is

(i,j,k) = index

  • 0
    For a triplet, you need to specify more than just row major format. Which comes first, column or depth?2011-01-31
  • 0
    depth comes last2011-01-31

1 Answers 1