MCPcopy Create free account
hub / github.com/cp-algorithms/cp-algorithms / main

Function main

test/test_planar_faces.cpp:121–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121int main() {
122 test_simple();
123 test_degenerate();
124 test_cycle_with_chain();
125 test_ccw_angle();
126}

Callers

nothing calls this directly

Calls 4

test_simpleFunction · 0.85
test_degenerateFunction · 0.85
test_cycle_with_chainFunction · 0.85
test_ccw_angleFunction · 0.85

Tested by

no test coverage detected