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

Struct to hold general cases for collinearity, parallelism and perpendicularity. More...

Inheritance diagram for SEG_SEG_BOOLEAN_CASE:
KI_TEST::NAMED_CASE

Public Attributes

SEG m_seg_a
 
SEG m_seg_b
 
bool m_exp_result
 
std::string m_CaseName
 

Detailed Description

Struct to hold general cases for collinearity, parallelism and perpendicularity.

Definition at line 438 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_result

bool SEG_SEG_BOOLEAN_CASE::m_exp_result

Definition at line 442 of file test_segment.cpp.

◆ m_seg_a

SEG SEG_SEG_BOOLEAN_CASE::m_seg_a

Definition at line 440 of file test_segment.cpp.

◆ m_seg_b

SEG SEG_SEG_BOOLEAN_CASE::m_seg_b

Definition at line 441 of file test_segment.cpp.


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