setC method

Implementation

TransformC setC(TransformC o) {
  translation.setC(o.translation);
  rotation.setC(o.rotation);
  scale.setC(o.scale);
  return this;
}