Returns the length of the vector.
length = Vec2:length()
None
The length is equivalent to this:
math.sqrt(v.x * v.x + v.y * v.y)
Vec2:normalize
Vec2:distance
Vec2