Vector4.dotProduct() - Mtax-Development/GML-OOP GitHub Wiki

Argument

Name
Type
Optional
normalize?
Yes

Returns

{real} | On error: {undefined}

Description

Return the sum of each value of this Vector4 being multiplied by its respective other value, which is an expression of the angular reliationship between its two points. The returned value can be normalized, which will place it between -1 and 1.

⚠️ **GitHub.com Fallback** ⚠️