User:Anand.oza: Difference between revisions
No edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
</asy> | </asy> | ||
<asy>unitsize(0. | <asy>unitsize(0.3cm); | ||
real[] red = {1, 0, 0, 0}; | real[] red = {1, 0, 0, 0}; | ||
real[] gre = {0, 0, 1, 0}; | real[] gre = {0, 0, 1, 0}; | ||
real[] blu = {0, 1, 0, 0}; | real[] blu = {0, 1, 0, 0}; | ||
for(int i=0; i < | for(int i=0; i < 20; ++i) { | ||
for(int j=0; j < | for(int j=0; j < 20; ++j) { | ||
dot((i,j | dot((i,j)); | ||
} | } | ||
} | } | ||
</asy> | </asy> | ||
Revision as of 16:10, 26 September 2009