Currently all functions under cavalier_contours/polyline/pline_seg.rs module only have basic doc example tests which do not cover many edge cases. A test_pline_seg.rs module should be added to the tests directory (similar to the other test integration modules) with tests that cover more thoroughly each of the functions and edge cases that can arise.
Currently all functions under
cavalier_contours/polyline/pline_seg.rs
module only have basic doc example tests which do not cover many edge cases. Atest_pline_seg.rs
module should be added to thetests
directory (similar to the other test integration modules) with tests that cover more thoroughly each of the functions and edge cases that can arise.