Vector2(x, y)
      Holds an X and Y value. Typically used for position
Parameters:
      x [value: any, type: float]
      y [value: any, type: float]
Attributes:
      x [value: any, type: float]
      y [value: any, type: float]
      length() [returns: float]
      normalized() [returns: Vector2]

file: src/math/vector2.c

landing