Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ is_inside
Method
is_inside
tools/Envelope/Grid.h:44–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
bool is_inside(const Vector_f& coordinates) const {
45
return is_valid_index(coordinate_to_index(coordinates));
46
}
47
48
virtual reference operator()(const Vector_i& index) {
49
assert(is_valid_index(index));
Callers
3
TEST_F
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
3
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36