MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / handle_intersection_candidate

Function handle_intersection_candidate

tools/CGAL/SelfIntersection.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls 2

idMethod · 0.80

Tested by

no test coverage detected