<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.crumbledworld.com/index.php?action=history&amp;feed=atom&amp;title=Vec2iExampleCode</id>
	<title>Vec2iExampleCode - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.crumbledworld.com/index.php?action=history&amp;feed=atom&amp;title=Vec2iExampleCode"/>
	<link rel="alternate" type="text/html" href="https://wiki.crumbledworld.com/index.php?title=Vec2iExampleCode&amp;action=history"/>
	<updated>2026-04-22T00:27:20Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.4</generator>
	<entry>
		<id>https://wiki.crumbledworld.com/index.php?title=Vec2iExampleCode&amp;diff=144&amp;oldid=prev</id>
		<title>Anders: Created page with &quot;==Example Code== &lt;syntaxhighlight lang=&quot;lua&quot;&gt; local a = Vec2(6,8) local b = a + Vec2i(-2,-2) * 2 print(b.x .. &quot;, &quot; .. b.y)    --print 2, 4  &lt;/syntaxhighlight&gt;&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.crumbledworld.com/index.php?title=Vec2iExampleCode&amp;diff=144&amp;oldid=prev"/>
		<updated>2025-07-06T07:54:04Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Example Code== &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt; local a = Vec2(6,8) local b = a + Vec2i(-2,-2) * 2 print(b.x .. &amp;quot;, &amp;quot; .. b.y)    --print 2, 4  &amp;lt;/syntaxhighlight&amp;gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Example Code==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local a = Vec2(6,8)&lt;br /&gt;
local b = a + Vec2i(-2,-2) * 2&lt;br /&gt;
print(b.x .. &amp;quot;, &amp;quot; .. b.y)    --print 2, 4 &lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Anders</name></author>
	</entry>
</feed>