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