Copies the fields of o into this instance.
o
@override float3D setDart(float3D o) { v = .from(o.v); return this; }