Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Geode-solutions/OpenGeode
/ test
Function
test
tests/mesh/test-ray-tracing.cpp:123–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
}
122
123
void test()
124
{
125
geode::OpenGeodeMeshLibrary::initialize();
126
test_ray_inside();
127
test_ray_edge();
128
test_ray_parallel();
129
}
130
} // namespace
131
132
OPENGEODE_TEST(
"ray-tracing"
)
Callers
3
test_ray_inside
Function · 0.70
test_ray_edge
Function · 0.70
test_ray_parallel
Function · 0.70
Calls
4
initialize
Function · 0.85
test_ray_inside
Function · 0.85
test_ray_edge
Function · 0.85
test_ray_parallel
Function · 0.85
Tested by
no test coverage detected