normalize method

Vector2 normalize()

Implementation

Vector2 normalize() {
  return divideScalar(length());
}