KiCad PCB EDA Suite
|
#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< VECTOR2I > | OPT_VECTOR2I |
Functions | |
std::ostream & | operator<< (std::ostream &aStream, const SEG &aSeg) |
typedef std::optional<VECTOR2I> OPT_VECTOR2I |