| 32 | }; |
| 33 | |
| 34 | void handle_intersection_candidate( |
| 35 | SelfIntersection* self, const Box& a, const Box& b) { |
| 36 | self->handle_intersection_candidate(a.id(), b.id()); |
| 37 | } |
| 38 | |
| 39 | Vector2I get_opposite_edge(const Vector3I& f, size_t v) { |
| 40 | if (f[0] == v) { |
nothing calls this directly
no test coverage detected