setD method

Implementation

Pointer<Vector4C> setD(Vector4D o) {
  ref.setD(o);
  return this;
}