This is a simple 2D vector/point class,Vector has two parameters {x},{y}.
Vector has two properties
Optional
The x-coordinate of the Vector.
The y-coordinate of the Vector.
This is a simple 2D vector/point class,Vector has two parameters {x},{y}.