KiCad PCB EDA Suite
|
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <geometry/half_line.h>
#include <geometry/shape_utils.h>
#include "geom_test_utils.h"
Go to the source code of this file.
Classes | |
struct | HalfLineFixture |
struct | HalfLineBoxClipCase |
struct | HalfLineHalfLineIntersectionCase |
struct | HalfLineContainsPointCase |
Functions | |
BOOST_AUTO_TEST_CASE (Contains) | |
BOOST_AUTO_TEST_CASE (Intersect) | |
BOOST_AUTO_TEST_CASE (ClipToBox) | |
BOOST_AUTO_TEST_SUITE_END () | |
BOOST_AUTO_TEST_CASE | ( | ClipToBox | ) |
Definition at line 148 of file test_half_line.cpp.
References KIGEOM::ClipHalfLineToBox(), and GEOM_TEST::SegmentsHaveSameEndPoints().
BOOST_AUTO_TEST_CASE | ( | Contains | ) |
Definition at line 63 of file test_half_line.cpp.
References BOOST_TEST().
BOOST_AUTO_TEST_CASE | ( | Intersect | ) |
Definition at line 115 of file test_half_line.cpp.
References BOOST_TEST().
BOOST_AUTO_TEST_SUITE_END | ( | ) |