Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ is_on_boundary
Method
is_on_boundary
tools/Wires/Misc/BoxChecker.cpp:42–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
bool BoxChecker::is_on_boundary(const VectorF& p) const {
43
return (!is_inside(p)) && (!is_outside(p));
44
}
45
46
bool BoxChecker::is_on_boundary_edges(const VectorF& p) const {
47
if (!is_on_boundary(p)) return false;
Callers
7
refine_bd_loops
Method · 0.80
update_face_sources
Method · 0.80
ensure_periodicity
Method · 0.80
update_face_sources
Method · 0.80
compute_importance_level
Method · 0.80
snap_vertices_to_border
Method · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64