Vector2 constructor

Vector2(
  1. double x,
  2. double y,
  3. bool isYInverted
)

Implementation

Vector2(this.x, this.y, this.isYInverted);