KiCad PCB EDA Suite
|
A helper class to store a spline control point (in X,Y plane only) More...
#include <dxf_import_plugin.h>
Public Member Functions | |
SPLINE_CTRL_POINT (double a_x, double a_y, double a_weight) | |
Public Attributes | |
double | m_x |
double | m_y |
double | m_weight |
A helper class to store a spline control point (in X,Y plane only)
Definition at line 46 of file dxf_import_plugin.h.
|
inline |
Definition at line 52 of file dxf_import_plugin.h.
double SPLINE_CTRL_POINT::m_weight |
Definition at line 50 of file dxf_import_plugin.h.
double SPLINE_CTRL_POINT::m_x |
Definition at line 48 of file dxf_import_plugin.h.
double SPLINE_CTRL_POINT::m_y |
Definition at line 49 of file dxf_import_plugin.h.