<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://cmm.ozdeadmeat.com/index.php?action=history&amp;feed=atom&amp;title=GetDistance2D</id>
	<title>GetDistance2D - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://cmm.ozdeadmeat.com/index.php?action=history&amp;feed=atom&amp;title=GetDistance2D"/>
	<link rel="alternate" type="text/html" href="https://cmm.ozdeadmeat.com/index.php?title=GetDistance2D&amp;action=history"/>
	<updated>2026-06-04T14:18:09Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://cmm.ozdeadmeat.com/index.php?title=GetDistance2D&amp;diff=5963&amp;oldid=prev</id>
		<title>Ozdeadmeat: GetDistance2D – created via PowerShell script (2025-11-11T21:12:33Z)</title>
		<link rel="alternate" type="text/html" href="https://cmm.ozdeadmeat.com/index.php?title=GetDistance2D&amp;diff=5963&amp;oldid=prev"/>
		<updated>2025-11-11T10:12:35Z</updated>

		<summary type="html">&lt;p&gt;GetDistance2D – created via PowerShell script (2025-11-11T21:12:33Z)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Template:FunctionInfo|fName=          GetDistance2D|fDescription=   Calculates the Euclidean distance between two 2D points using their x and y coordinates, returning the straight-line distance in meters.|parentFile=     cmm.positionFunctions.lua|syntax=         CMM.GetDistance2D(xPoint1 &amp;lt;number&amp;gt;, yPoint1 &amp;lt;number&amp;gt;, xPoint2 &amp;lt;number&amp;gt;, yPoint2 &amp;lt;number&amp;gt;)|return=         number|returnDesc=     Distance in meters between the two points, computed using the Pythagorean theorem.|example=        CMM.GetDistance2D(0, 0, 3, 4)|exampleDesc=    Computes the distance between points (0, 0) and (3, 4), returning 5.0.|related=        |note=           |envType= CMM|par1=         number xPoint1|reqType1=     number|reqName1=     xPoint1|desc1=       X-coordinate of the first point.|par2=         number yPoint1|reqType2=     number|reqName2=     yPoint1|desc2=       Y-coordinate of the first point.|par3=         number xPoint2|reqType3=     number|reqName3=     xPoint2|desc3=       X-coordinate of the second point.|par4=         number yPoint2|reqType4=     number|reqName4=     yPoint2|desc4=       Y-coordinate of the second point.}}&lt;/div&gt;</summary>
		<author><name>Ozdeadmeat</name></author>
	</entry>
</feed>