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

Info to set up an arc by centre, start point and angle. More...

Public Attributes

VECTOR2I m_center_point
 
VECTOR2I m_start_point
 
double m_center_angle
 

Detailed Description

Info to set up an arc by centre, start point and angle.

In future there may be more ways to set this up, so keep it separate

Definition at line 160 of file test_shape_arc.cpp.

Member Data Documentation

◆ m_center_angle

double ARC_CENTRE_PT_ANGLE::m_center_angle

Definition at line 164 of file test_shape_arc.cpp.

◆ m_center_point

VECTOR2I ARC_CENTRE_PT_ANGLE::m_center_point

Definition at line 162 of file test_shape_arc.cpp.

◆ m_start_point

VECTOR2I ARC_CENTRE_PT_ANGLE::m_start_point

Definition at line 163 of file test_shape_arc.cpp.


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