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

Test cases for collisions (with clearance, for no clearance, it's just a SEG_SEG_DISTANCE_CASE of 0) More...

Public Attributes

std::string m_case_name
 
SEG m_seg_a
 
SEG m_seg_b
 
int m_clearance
 
bool m_exp_coll
 

Detailed Description

Test cases for collisions (with clearance, for no clearance, it's just a SEG_SEG_DISTANCE_CASE of 0)

Definition at line 365 of file test_segment.cpp.

Member Data Documentation

◆ m_case_name

std::string SEG_SEG_COLLIDE_CASE::m_case_name

Definition at line 367 of file test_segment.cpp.

◆ m_clearance

int SEG_SEG_COLLIDE_CASE::m_clearance

Definition at line 370 of file test_segment.cpp.

◆ m_exp_coll

bool SEG_SEG_COLLIDE_CASE::m_exp_coll

Definition at line 371 of file test_segment.cpp.

◆ m_seg_a

SEG SEG_SEG_COLLIDE_CASE::m_seg_a

Definition at line 368 of file test_segment.cpp.

◆ m_seg_b

SEG SEG_SEG_COLLIDE_CASE::m_seg_b

Definition at line 369 of file test_segment.cpp.


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