<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.rage.mp/w/index.php?action=history&amp;feed=atom&amp;title=Vector3%3A%3Adot</id>
	<title>Vector3::dot - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.rage.mp/w/index.php?action=history&amp;feed=atom&amp;title=Vector3%3A%3Adot"/>
	<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Vector3::dot&amp;action=history"/>
	<updated>2026-07-19T23:03:25Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=Vector3::dot&amp;diff=17709&amp;oldid=prev</id>
		<title>Micaww: Created page with &quot;This function is used to calculate the dot product of two vectors.  The dot product is a number calculated by multiplying the magnitudes of both vectors together, then multipl...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Vector3::dot&amp;diff=17709&amp;oldid=prev"/>
		<updated>2019-05-31T06:53:09Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This function is used to calculate the dot product of two vectors.  The dot product is a number calculated by multiplying the magnitudes of both vectors together, then multipl...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This function is used to calculate the dot product of two vectors.&lt;br /&gt;
&lt;br /&gt;
The dot product is a number calculated by multiplying the magnitudes of both vectors together, then multiplying that number by cosine of the angle between them.&lt;br /&gt;
&lt;br /&gt;
For normalized vectors, the dot product will be:&lt;br /&gt;
    &amp;#039;&amp;#039;&amp;#039;-1&amp;#039;&amp;#039;&amp;#039; - If the vectors point in the exact opposite direction&lt;br /&gt;
    &amp;#039;&amp;#039;&amp;#039;0&amp;#039;&amp;#039;&amp;#039; - If the vectors are perpendicular&lt;br /&gt;
    &amp;#039;&amp;#039;&amp;#039;1&amp;#039;&amp;#039;&amp;#039; - If the vectors point the same direction&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
vector.dot(Vector3 otherVec);&lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
===Required Arguments===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;otherVec:&amp;#039;&amp;#039;&amp;#039; Vector3: The other vector.&lt;br /&gt;
&lt;br /&gt;
== Returns ==&lt;br /&gt;
* {{RageType|number}} The dot product.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Vector3_definition}}&lt;/div&gt;</summary>
		<author><name>Micaww</name></author>
	</entry>
</feed>