This update introduces optimizations in two forms: -First, all methods are now static, saving overhead -Second, all methods that return a vector now have an RW...
Vector2 is an elegant thing that we have in most game engines. Until now, all vector operations in game maker had to hold x and y components separately. Rotatio...