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

Struct to hold test cases for a given circle, a point and an expected return boolean. More...

Public Attributes

std::string m_case_name
 
CIRCLE m_circle
 
VECTOR2I m_point
 
bool m_exp_result
 

Detailed Description

Struct to hold test cases for a given circle, a point and an expected return boolean.

Definition at line 79 of file test_circle.cpp.

Member Data Documentation

◆ m_case_name

std::string CIR_PT_BOOL_CASE::m_case_name

Definition at line 81 of file test_circle.cpp.

◆ m_circle

CIRCLE CIR_PT_BOOL_CASE::m_circle

Definition at line 82 of file test_circle.cpp.

◆ m_exp_result

bool CIR_PT_BOOL_CASE::m_exp_result

Definition at line 84 of file test_circle.cpp.

◆ m_point

VECTOR2I CIR_PT_BOOL_CASE::m_point

Definition at line 83 of file test_circle.cpp.


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