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

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

Inheritance diagram for CIR_PT_PT_CASE:
KI_TEST::NAMED_CASE

Public Attributes

CIRCLE m_circle
 
VECTOR2I m_point
 
VECTOR2I m_exp_result
 
std::string m_CaseName
 

Detailed Description

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

Definition at line 179 of file test_circle.cpp.

Member Data Documentation

◆ m_CaseName

std::string KI_TEST::NAMED_CASE::m_CaseName
inherited

Definition at line 268 of file unit_test_utils.h.

◆ m_circle

CIRCLE CIR_PT_PT_CASE::m_circle

Definition at line 181 of file test_circle.cpp.

◆ m_exp_result

VECTOR2I CIR_PT_PT_CASE::m_exp_result

Definition at line 183 of file test_circle.cpp.

◆ m_point

VECTOR2I CIR_PT_PT_CASE::m_point

Definition at line 182 of file test_circle.cpp.


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