MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / test

Function test

tests/geometry/test-position.cpp:535–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533}
534
535void test()
536{
537 test_point_side_to_segment();
538 test_point_side_to_plane();
539 test_point_side_to_triangle();
540 test_point_segment_position();
541 test_point_triangle_position();
542 test_point_tetrahedron_position();
543}
544
545OPENGEODE_TEST( "position" )

Tested by

no test coverage detected