Vector2 constructor

Vector2([
  1. double x = 0.0,
  2. double y = 0.0
])

Implementation

Vector2([this.x = 0.0, this.y = 0.0]);