KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SEG_SEG_INTERSECT_CASE Struct Reference

Test cases for segment intersection. More...

Inheritance diagram for SEG_SEG_INTERSECT_CASE:
KI_TEST::NAMED_CASE

Public Attributes

SEG m_seg_a
 
SEG m_seg_b
 
bool m_ignore_endpoints
 
bool m_lines
 
bool m_exp_intersect
 
VECTOR2I m_exp_point
 
std::string m_CaseName
 

Detailed Description

Test cases for segment intersection.

Definition at line 691 of file test_segment.cpp.

Member Data Documentation

◆ m_CaseName

std::string KI_TEST::NAMED_CASE::m_CaseName
inherited

Definition at line 268 of file unit_test_utils.h.

◆ m_exp_intersect

bool SEG_SEG_INTERSECT_CASE::m_exp_intersect

Definition at line 697 of file test_segment.cpp.

Referenced by SegIntersectCorrect().

◆ m_exp_point

VECTOR2I SEG_SEG_INTERSECT_CASE::m_exp_point

Definition at line 698 of file test_segment.cpp.

Referenced by SegIntersectCorrect().

◆ m_ignore_endpoints

bool SEG_SEG_INTERSECT_CASE::m_ignore_endpoints

Definition at line 695 of file test_segment.cpp.

Referenced by SegIntersectCorrect().

◆ m_lines

bool SEG_SEG_INTERSECT_CASE::m_lines

Definition at line 696 of file test_segment.cpp.

Referenced by SegIntersectCorrect().

◆ m_seg_a

SEG SEG_SEG_INTERSECT_CASE::m_seg_a

Definition at line 693 of file test_segment.cpp.

Referenced by SegIntersectCorrect().

◆ m_seg_b

SEG SEG_SEG_INTERSECT_CASE::m_seg_b

Definition at line 694 of file test_segment.cpp.

Referenced by SegIntersectCorrect().


The documentation for this struct was generated from the following file: