setD method

Pointer<RayC> setD(
  1. RayD o
)

Implementation

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