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

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
 

Detailed Description

A helper class to store a spline control point (in X,Y plane only)

Definition at line 46 of file dxf_import_plugin.h.

Constructor & Destructor Documentation

◆ SPLINE_CTRL_POINT()

SPLINE_CTRL_POINT::SPLINE_CTRL_POINT ( double  a_x,
double  a_y,
double  a_weight 
)
inline

Definition at line 52 of file dxf_import_plugin.h.

Member Data Documentation

◆ m_weight

double SPLINE_CTRL_POINT::m_weight

Definition at line 50 of file dxf_import_plugin.h.

◆ m_x

double SPLINE_CTRL_POINT::m_x

Definition at line 48 of file dxf_import_plugin.h.

◆ m_y

double SPLINE_CTRL_POINT::m_y

Definition at line 49 of file dxf_import_plugin.h.


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