| 
    KiCad PCB EDA Suite
    
   | 
 
#include <math/vector2d.h>#include <core/minoptmax.h>#include <geometry/shape.h>#include <geometry/shape_line_chain.h>Go to the source code of this file.
Classes | |
| class | PNS::MEANDER_SETTINGS | 
| Dimensions for the meandering algorithm.  More... | |
| class | PNS::MEANDER_SHAPE | 
| The geometry of a single meander.  More... | |
| class | PNS::MEANDERED_LINE | 
| Represent a set of meanders fitted over a single or two lines.  More... | |
Namespaces | |
| namespace | PNS | 
| Push and Shove diff pair dimensions (gap) settings dialog.  | |
Enumerations | |
| enum | PNS::MEANDER_TYPE {  PNS::MT_SINGLE , PNS::MT_START , PNS::MT_FINISH , PNS::MT_TURN , PNS::MT_CHECK_START , PNS::MT_CHECK_FINISH , PNS::MT_CORNER , PNS::MT_ARC , PNS::MT_EMPTY }  | 
| Shapes of available meanders.  More... | |
| enum | PNS::MEANDER_STYLE { PNS::MEANDER_STYLE_ROUND = 1 , PNS::MEANDER_STYLE_CHAMFER } | 
| enum | PNS::MEANDER_SIDE { PNS::MEANDER_SIDE_LEFT = -1 , PNS::MEANDER_SIDE_DEFAULT = 0 , PNS::MEANDER_SIDE_RIGHT = 1 } |