setC method

Implementation

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