Constructor. Take and store the Vec2's x and y properties
the Vec2's x; defaults to 0
the Vec2's y; defaults to 0
Getter for the Array form of the Vec2
Getter for the Float32Array form of the Vec2
Getter for the Vec2's magnitude
Getter for the readable string form of the Vec2
Clone the Vec2
a new Vec2 with the same x and y as this one
Set the Vec2's x and y to the given values
the new x; defaults to 0
the new y; defaults to 0
Set the Vec2's x to the given value
the new x; defaults to 0
Set the Vec2's y to the given value
the new y; defaults to 0
Class representing a two-dimensional Vector with properties x and y and providing static utilities for mathematical operations