I know that you can assign values of an T2DIntegerArray using:
T2D[0]:=[1,2,3];
T2D[1]:=[5,6,1,4];
But is there a shorter way of doing it? Like how u can assign TPA values by
TPA:=[Point(1,2),Point(1,3)] (instead of TPA[0]:=Point(1,2) and so on).
I've tried things like
T2D:=[ [1,2], [3,4] ];
which doesn't compile
Also regarding TPAs, what is the point of setting Length? (i commented it out and found that it still works like exactly the same) Also is there any difference b/w SetLength and SetArrayLength?
And lastly..regarding this extremely long Wizzy Plugin tutorial, what's the difference b/w those '69' pictures? (the inv cowhides) if it 'modifies our array to only contain 1 point in a 26x20 box', why is it that the whole inv is being debugged?
Any help will be appreciatedThanks in advance.









Thanks in advance.
Reply With Quote





