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