setC method

Implementation

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