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...

Public Attributes

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

Detailed Description

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

Definition at line 509 of file test_circle.cpp.

Member Data Documentation

◆ m_case_name

std::string CIR_SEG_VECPT_CASE::m_case_name

Definition at line 511 of file test_circle.cpp.

◆ m_exp_result

CIRCLE CIR_SEG_VECPT_CASE::m_exp_result

Definition at line 515 of file test_circle.cpp.

◆ m_pt

VECTOR2I CIR_SEG_VECPT_CASE::m_pt

Definition at line 514 of file test_circle.cpp.

◆ m_segA

SEG CIR_SEG_VECPT_CASE::m_segA

Definition at line 512 of file test_circle.cpp.

◆ m_segB

SEG CIR_SEG_VECPT_CASE::m_segB

Definition at line 513 of file test_circle.cpp.


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