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...

Public Attributes

std::string m_case_name
 
SEG m_seg_a
 
SEG m_seg_b
 
bool m_exp_result
 

Detailed Description

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

Definition at line 432 of file test_segment.cpp.

Member Data Documentation

◆ m_case_name

std::string SEG_SEG_BOOLEAN_CASE::m_case_name

Definition at line 434 of file test_segment.cpp.

◆ m_exp_result

bool SEG_SEG_BOOLEAN_CASE::m_exp_result

Definition at line 437 of file test_segment.cpp.

◆ m_seg_a

SEG SEG_SEG_BOOLEAN_CASE::m_seg_a

Definition at line 435 of file test_segment.cpp.

◆ m_seg_b

SEG SEG_SEG_BOOLEAN_CASE::m_seg_b

Definition at line 436 of file test_segment.cpp.


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