setC method

Pointer<RayC> setC(
  1. RayC o
)

Implementation

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