Vector3.absoluteDifference() - Mtax-Development/GML-OOP GitHub Wiki

Argument

Name
Type
Optional
value?
Yes

Returns

{real|Vector3} | On error: {undefined}

Description

Return the difference using values of this Vector3. If a value was specified, a Vector3 containing the differences between their respective values will be returned. Otherwise, a number representing the difference between values of this Vector3 will be returned. This calculation ignores the order of substraction, always returning a non-negative number.

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