Copies the fields of the Dart struct o into this instance.
o
@override Vector3D setD(Vector3D o) { originalPointer ??= o.originalPointer; return set(o.x, o.y, o.z); }