You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add most metamethods / operator overloads
Through abstracting all of the types, we now have metamethods. This would work perfectly if Haxe didn't interpret some type activities like multiplication as using integers...
So now you can array index vectors, add and multiply them, same with colors.