setD method

Implementation

BoundingBoxC setD(BoundingBoxD o) {
  min.setD(o.min);
  max.setD(o.max);
  return this;
}