setD method

Implementation

Pointer<Vector2C> setD(Vector2D o) {
  ref.setD(o);
  return this;
}