Construct the vector from its coordinates.
Construct the vector from another type of vector.
Assign the value of another vector whose type can be converted to T.
Add/Subtract between two vector2's.
Multiply/Divide a vector with a numaric value.
Compare two vectors for equality.
Assign Add/Subtract with another vector2.
Assign Multiply/Divide with a numaric value.
Invert the members of the vector.
Output the string representation of the Vector2.
Utility template struct for manipulating 2-dimensional vectors.