F
fdm
I need to read numbers from a text file specifying vectors in either 2D or
3D space. I need to determine the best format such that the code does not
get to ugly.
I have considered the following formats (in the following 3D is assumed):
1
2
3
3
2
4
4
33
2
or:
1,2,3 3,2,4 4,33,2
But before deciding the format and how to read it, I would like to hear you
guys if you have any suggestions?
3D space. I need to determine the best format such that the code does not
get to ugly.
I have considered the following formats (in the following 3D is assumed):
1
2
3
3
2
4
4
33
2
or:
1,2,3 3,2,4 4,33,2
But before deciding the format and how to read it, I would like to hear you
guys if you have any suggestions?