Prevent a divide-by-zero bug in SHAPE_ARC::ConvertToPolyline.
When the radius is zero, just use the initial angle (it makes
no different anyway, the result is the centre point, which is
the start point.
(cherry picked from commit
|
||
---|---|---|
.. | ||
fixtures_geometry.h | ||
geom_test_utils.h | ||
test_fillet.cpp | ||
test_segment.cpp | ||
test_shape_arc.cpp | ||
test_shape_poly_set_collision.cpp | ||
test_shape_poly_set_distance.cpp | ||
test_shape_poly_set_iterator.cpp |