Vector constructor

Vector(
  1. double x,
  2. double y
)

Implementation

Vector(this.x, this.y);