KiCad PCB EDA Suite
Loading...
Searching...
No Matches
box2.h File Reference
#include <algorithm>
#include <limits>
#include <optional>
#include <math/vector2d.h>
#include <geometry/eda_angle.h>
#include <core/kicad_algo.h>
#include <trigo.h>

Go to the source code of this file.

Classes

class  BOX2< Vec >
 A 2D bounding box built on top of an origin point and size vector. More...
 

Typedefs

typedef BOX2< VECTOR2IBOX2I
 
typedef BOX2< VECTOR2DBOX2D
 
typedef std::optional< BOX2IOPT_BOX2I
 

Typedef Documentation

◆ BOX2D

typedef BOX2<VECTOR2D> BOX2D

Definition at line 854 of file box2.h.

◆ BOX2I

typedef BOX2<VECTOR2I> BOX2I

Definition at line 853 of file box2.h.

◆ OPT_BOX2I

typedef std::optional<BOX2I> OPT_BOX2I

Definition at line 856 of file box2.h.