Vector3.absoluteDifference() - Mtax-Development/GML-OOP GitHub Wiki
Name |
Type |
Optional |
value? |
Yes |
{real|Vector3} | On error: {undefined}
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.