Vector2f constructor

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

Implementation

Vector2f(this.x, this.y);