KiCad PCB EDA Suite
Loading...
Searching...
No Matches
playground.cpp File Reference

Go to the source code of this file.

Functions

bool collideArc2Arc (const SHAPE_ARC &a1, const SHAPE_ARC &a2, int clearance, SEG &minDistSeg)
 
int playground_main_func (int argc, char *argv[])
 
int drawShapes (int argc, char *argv[])
 

Variables

std::shared_ptr< PNS_LOG_VIEWER_OVERLAYoverlay
 
static bool registered
 
static bool registered1
 

Function Documentation

◆ collideArc2Arc()

bool collideArc2Arc ( const SHAPE_ARC a1,
const SHAPE_ARC a2,
int  clearance,
SEG minDistSeg 
)

◆ drawShapes()

◆ playground_main_func()

Variable Documentation

◆ overlay

◆ registered

bool registered
static
Initial value:
"playground",
"Geometry/drawing playground",
} )
static bool Register(const KI_TEST::UTILITY_PROGRAM &aProgInfo)
Register a utility program factory function against an ID string.
int playground_main_func(int argc, char *argv[])
Definition: playground.cpp:107

Definition at line 287 of file playground.cpp.

◆ registered1

bool registered1
static
Initial value:
"drawShapes",
"drawing shapes",
} )
int drawShapes(int argc, char *argv[])
Definition: playground.cpp:231

Definition at line 294 of file playground.cpp.