setC method

Implementation

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