@override Vector2 setValues(double x, double y) { this.x = x.toDouble(); this.y = y.toDouble(); return this; }