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

Struct to hold test cases for two lines, a point and an expected returned circle. More...

Inheritance diagram for CIR_SEG_VECPT_CASE:
KI_TEST::NAMED_CASE

Public Attributes

SEG m_segA
 
SEG m_segB
 
VECTOR2I m_pt
 
CIRCLE m_exp_result
 
std::string m_CaseName
 

Detailed Description

Struct to hold test cases for two lines, a point and an expected returned circle.

Definition at line 479 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_exp_result

CIRCLE CIR_SEG_VECPT_CASE::m_exp_result

Definition at line 484 of file test_circle.cpp.

◆ m_pt

VECTOR2I CIR_SEG_VECPT_CASE::m_pt

Definition at line 483 of file test_circle.cpp.

◆ m_segA

SEG CIR_SEG_VECPT_CASE::m_segA

Definition at line 481 of file test_circle.cpp.

◆ m_segB

SEG CIR_SEG_VECPT_CASE::m_segB

Definition at line 482 of file test_circle.cpp.


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