Formatting the mindbending 3d matrix...help!!
I know that you can format a 2d matrix in your code like so:
int array[3][3] = { 3,3,3,
3,3,3,
3,3,3 }
But is there any way to write a 3d matrix (i.e. int array[3][3][4]) so that it''s somewhat easy to read in your code?
It''s getting a bit old and ugly, but check out my homepage tutorial - it might help...
3D Matrix Calculations
3D Matrix Calculations
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement