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

Struct to hold test cases for a circle, a line and an expected vector of points. More...

Public Attributes

std::string m_case_name
 
CIRCLE m_circle
 
SEG m_seg
 
std::vector< VECTOR2Im_exp_result
 

Detailed Description

Struct to hold test cases for a circle, a line and an expected vector of points.

Definition at line 366 of file test_circle.cpp.

Member Data Documentation

◆ m_case_name

std::string SEG_SEG_VECPT_CASE::m_case_name

Definition at line 368 of file test_circle.cpp.

◆ m_circle

CIRCLE SEG_SEG_VECPT_CASE::m_circle

Definition at line 369 of file test_circle.cpp.

◆ m_exp_result

std::vector<VECTOR2I> SEG_SEG_VECPT_CASE::m_exp_result

Definition at line 371 of file test_circle.cpp.

◆ m_seg

SEG SEG_SEG_VECPT_CASE::m_seg

Definition at line 370 of file test_circle.cpp.


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