KiCad PCB EDA Suite
|
Go to the source code of this file.
Classes | |
struct | EDA_ANGLE_NORMALISE_CASE |
Functions | |
BOOST_AUTO_TEST_CASE (Normalize) | |
BOOST_AUTO_TEST_CASE (ConstantAngles) | |
Variables | |
static const std::vector< EDA_ANGLE_NORMALISE_CASE > | normalize_cases |
BOOST_AUTO_TEST_CASE | ( | ConstantAngles | ) |
Definition at line 97 of file test_eda_angle.cpp.
References ANGLE_0, ANGLE_135, ANGLE_180, ANGLE_270, ANGLE_360, ANGLE_45, ANGLE_90, ANGLE_HORIZONTAL, ANGLE_VERTICAL, EDA_ANGLE::AsDegrees(), and FULL_CIRCLE.
BOOST_AUTO_TEST_CASE | ( | Normalize | ) |
Definition at line 67 of file test_eda_angle.cpp.
References EDA_ANGLE::AsDegrees(), DEGREES_T, EDA_ANGLE::Normalize(), EDA_ANGLE::Normalize180(), EDA_ANGLE::Normalize720(), EDA_ANGLE::Normalize90(), normalize_cases, and EDA_ANGLE::NormalizeNegative().
|
static |
Definition at line 45 of file test_eda_angle.cpp.
Referenced by BOOST_AUTO_TEST_CASE().