There was a bug where addRW would cause a crash this has been fixed in the latest version. The latest version of this package was used in my latest game, Loon L...
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...