Template:E 2D utilities: Difference between revisions

avoid extra whitespace
m (bugfix: send print output properly)
(avoid extra whitespace)
Line 1:
<noinclude>Some [[Category:E]] library code for the [[Spiral]] and [[Zig Zag]] tasks. Perhaps ought to be put into generally available E data structure/math libraries.</noinclude>
 
</noinclude><lang e>/** Missing scalar multiplication, but we don't need it. */
def makeVector2(x, y) {
return def vector {