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

Test cases for segment-line intersection. More...

Inheritance diagram for SEG_LINE_INTERSECT_CASE:
KI_TEST::NAMED_CASE

Public Attributes

SEG m_seg
 
double m_slope
 
double m_offset
 
bool m_exp_intersect
 
VECTOR2I m_exp_point
 
std::string m_CaseName
 

Detailed Description

Test cases for segment-line intersection.

Definition at line 1232 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_LINE_INTERSECT_CASE::m_exp_intersect

Definition at line 1237 of file test_segment.cpp.

◆ m_exp_point

VECTOR2I SEG_LINE_INTERSECT_CASE::m_exp_point

Definition at line 1238 of file test_segment.cpp.

◆ m_offset

double SEG_LINE_INTERSECT_CASE::m_offset

Definition at line 1236 of file test_segment.cpp.

◆ m_seg

SEG SEG_LINE_INTERSECT_CASE::m_seg

Definition at line 1234 of file test_segment.cpp.

◆ m_slope

double SEG_LINE_INTERSECT_CASE::m_slope

Definition at line 1235 of file test_segment.cpp.


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