setD method
Copies the fields of the Dart struct o into this instance.
Implementation
@override
Camera2DD setD(Camera2DD o) {
originalPointer ??= o.originalPointer;
offset.setD(o.offset);
target.setD(o.target);
rotation = o.rotation;
zoom = o.zoom;
return this;
}