KiCad PCB EDA Suite
Loading...
Searching...
No Matches
seg.h File Reference
#include <math.h>
#include <stdlib.h>
#include <optional>
#include <ostream>
#include <type_traits>
#include <math/vector2d.h>
#include <geometry/eda_angle.h>

Go to the source code of this file.

Classes

class  SEG
 

Typedefs

typedef std::optional< VECTOR2IOPT_VECTOR2I
 

Functions

std::ostream & operator<< (std::ostream &aStream, const SEG &aSeg)
 

Typedef Documentation

◆ OPT_VECTOR2I

typedef std::optional<VECTOR2I> OPT_VECTOR2I

Definition at line 39 of file seg.h.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  aStream,
const SEG aSeg 
)
inline

Definition at line 394 of file seg.h.