setC method

Implementation

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