| 
    KiCad PCB EDA Suite
    
   | 
 
#include <qa_utils/wx_utils/unit_test_utils.h>#include <geometry/ellipse.h>#include <bezier_curves.h>#include <fmt.h>Go to the source code of this file.
Classes | |
| struct | ELLIPSE_TO_BEZIER_CASE | 
Functions | |
| BOOST_AUTO_TEST_CASE (EllipseToBezier) | |
Variables | |
| const double | MAX_ERROR = 0.01 | 
| Allows for rounding in the testcases.   | |
| BOOST_AUTO_TEST_CASE | ( | EllipseToBezier | ) | 
Definition at line 41 of file test_ellipse_to_bezier.cpp.
References ANGLE_0, ANGLE_180, BOOST_CHECK_EQUAL(), BOOST_TEST_CONTEXT(), BOOST_TEST_MESSAGE(), FULL_CIRCLE, MAX_ERROR, RADIANS_T, and TransformEllipseToBeziers().
| const double MAX_ERROR = 0.01 | 
Allows for rounding in the testcases.
Definition at line 30 of file test_ellipse_to_bezier.cpp.