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

Struct to hold test cases for two circles, and an vector of points. More...

Public Attributes

std::string m_case_name
 
CIRCLE m_circle1
 
CIRCLE m_circle2
 
std::vector< VECTOR2Im_exp_result
 

Detailed Description

Struct to hold test cases for two circles, and an vector of points.

Definition at line 242 of file test_circle.cpp.

Member Data Documentation

◆ m_case_name

std::string CIR_CIR_VECPT_CASE::m_case_name

Definition at line 244 of file test_circle.cpp.

◆ m_circle1

CIRCLE CIR_CIR_VECPT_CASE::m_circle1

Definition at line 245 of file test_circle.cpp.

◆ m_circle2

CIRCLE CIR_CIR_VECPT_CASE::m_circle2

Definition at line 246 of file test_circle.cpp.

◆ m_exp_result

std::vector<VECTOR2I> CIR_CIR_VECPT_CASE::m_exp_result

Definition at line 247 of file test_circle.cpp.


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