KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pcb_point.cpp File Reference
#include "pcb_point.h"
#include <base_units.h>
#include <bitmaps.h>
#include <board.h>
#include <eda_draw_frame.h>
#include <geometry/geometry_utils.h>
#include <geometry/shape_circle.h>
#include <geometry/shape_rect.h>
#include <pcb_shape.h>
#include <settings/color_settings.h>
#include <settings/settings_manager.h>
#include <view/view.h>

Go to the source code of this file.

Classes

struct  PCB_POINT_DESC
 

Variables

static const double DEFAULT_PT_SIZE_MM = 1.0
 
static struct PCB_POINT_DESC _PCB_POINT_DESC
 

Variable Documentation

◆ _PCB_POINT_DESC

struct PCB_POINT_DESC _PCB_POINT_DESC
static

◆ DEFAULT_PT_SIZE_MM

const double DEFAULT_PT_SIZE_MM = 1.0
static

Definition at line 41 of file pcb_point.cpp.

Referenced by PCB_POINT::PCB_POINT().