KiCad PCB EDA Suite
|
#include "dxf_import_plugin.h"
#include <wx/arrstr.h>
#include <wx/regex.h>
#include <geometry/ellipse.h>
#include <bezier_curves.h>
#include <trigo.h>
#include <macros.h>
#include <cmath>
#include <board.h>
#include "common.h"
#include "tinysplinecxx.h"
Go to the source code of this file.
Macros | |
#define | MIN_BULGE 0.0218 |
#define | SCALE_FACTOR(x) (x) |
#define MIN_BULGE 0.0218 |
Definition at line 87 of file dxf_import_plugin.cpp.
#define SCALE_FACTOR | ( | x | ) | (x) |
Definition at line 89 of file dxf_import_plugin.cpp.