KiCad PCB EDA Suite
|
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <geometry/vector_utils.h>
#include <geometry/seg.h>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (PointIsInDirection) | |
BOOST_AUTO_TEST_CASE (ProjectsOntoSeg) | |
BOOST_AUTO_TEST_CASE (LengthRatio) | |
BOOST_AUTO_TEST_CASE (NearestEndpoint) | |
BOOST_AUTO_TEST_CASE | ( | LengthRatio | ) |
Definition at line 60 of file test_vector_utils.cpp.
References BOOST_TEST(), and KIGEOM::GetLengthRatioFromStart().
BOOST_AUTO_TEST_CASE | ( | NearestEndpoint | ) |
Definition at line 73 of file test_vector_utils.cpp.
References SEG::A, SEG::B, BOOST_TEST(), and KIGEOM::GetNearestEndpoint().
BOOST_AUTO_TEST_CASE | ( | PointIsInDirection | ) |
Definition at line 26 of file test_vector_utils.cpp.
References BOOST_TEST(), and KIGEOM::PointIsInDirection().
BOOST_AUTO_TEST_CASE | ( | ProjectsOntoSeg | ) |
Definition at line 52 of file test_vector_utils.cpp.
References BOOST_TEST(), and KIGEOM::PointProjectsOntoSegment().