Copy the min and max from other into this.
other
void copyFrom(Aabb3 other) { _min.setFrom(other._min); _max.setFrom(other._max); }