KiCad PCB EDA Suite
Loading...
Searching...
No Matches
ARC_SEC_CASE Struct Reference
Inheritance diagram for ARC_SEC_CASE:
KI_TEST::NAMED_CASE

Public Attributes

ARC_START_END_CENTER m_geom
 Geom of the arc.
 
bool m_clockwise
 clockwise or anti-clockwise?
 
VECTOR2I m_expected_mid
 Expected mid-point of the arc.
 
std::string m_CaseName
 

Detailed Description

Definition at line 486 of file test_shape_arc.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_clockwise

bool ARC_SEC_CASE::m_clockwise

clockwise or anti-clockwise?

Definition at line 492 of file test_shape_arc.cpp.

◆ m_expected_mid

VECTOR2I ARC_SEC_CASE::m_expected_mid

Expected mid-point of the arc.

Definition at line 495 of file test_shape_arc.cpp.

◆ m_geom

ARC_START_END_CENTER ARC_SEC_CASE::m_geom

Geom of the arc.

Definition at line 489 of file test_shape_arc.cpp.


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