| 64 | } |
| 65 | |
| 66 | void absolute() { |
| 67 | if (!this->isValid()) { |
| 68 | TBox2<T> box(*this); |
| 69 | this->i.setMin(box.i); |
| 70 | this->i.setMin(box.f); |
| 71 | this->f.setMax(box.i); |
| 72 | this->f.setMax(box.f); |
| 73 | } |
| 74 | } |
| 75 | |
| 76 | // /** @fabricated */ |
| 77 | // TBox2<T>& addingPos(TBox2<T>& result, const TVec2<T>& pos) { |
no test coverage detected