class Vector

def rotate_by_degrees(angle)

def rotate_by_degrees(angle)
  rotate_by(angle * Math::PI / 180.0)
end