| 190 | /////////////////////////////////////////// |
| 191 | |
| 192 | bounds_t bounds_transform(bounds_t bounds, matrix transform) { |
| 193 | return bounds_grow_to_fit_box_opt(nullptr, bounds, &transform); |
| 194 | } |
| 195 | |
| 196 | /////////////////////////////////////////// |
| 197 |
no test coverage detected