>> |
03/06/11(Sun)10:51 No.2652750>>2652716 imagine
a 3D space, at a point xyz you want to have 1 more direction (call it
c) so as c = 0 that point is translucent, as c increases the color at
that point changes (doesn't mater how), now say ou want to move from
(0,0,0,0) to (0,0,0,1) then to (1,0,0,1) then to (1,0,0,0) . this gives
the overall movement from (0,0,0,0) to (1,0,0,0) by moving in the 4th
dimension. to do this :
(0,0,0,0) to (0,0,0,1) : color changes from translucent to red at that point (0,0,0,1)to (1,0,0,1): red dot moves from 0,0,0 to 1,0,0 (1,0,0,1) to (1,0,0,0) red dot becomes translucent again.
hope this helps |