Copies the fields of o into this instance and returns this.
o
this
@override Vector2D setD(Vector2D o) => set(o.x, o.y);