Advertisement

Formatting the mindbending 3d matrix...help!!

Started by June 21, 2000 01:53 PM
0 comments, last by Debonaire Hero 24 years, 6 months ago
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

This topic is closed to new replies.

Advertisement