Vector2.Vector2
Vector2(x: float, y: float)
Vector2(float x, float y);
def Vector2(x as float, y as float)
Description

Constructs a new vector with given x, y components.