setD method

Implementation

Pointer<Vector3C> setD(Vector3D o) {
  ref.setD(o);
  return this;
}