ZLayout EDA Library v1.0.0
Advanced Electronic Design Automation Layout Library with Bilingual Documentation
Loading...
Searching...
No Matches
rectangle.hpp File Reference

Axis-aligned rectangle class for bounding boxes and simple components. More...

#include <zlayout/geometry/point.hpp>
#include <vector>
#include <string>
Include dependency graph for rectangle.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  zlayout::geometry::Rectangle
 Axis-aligned rectangle for bounding boxes and simple EDA components. More...
struct  zlayout::geometry::RectangleHash
 Hash function for Rectangle (for use in std::unordered_map, etc.) More...

Namespaces

namespace  zlayout
 Main namespace for ZLayout library.
namespace  zlayout::geometry

Detailed Description

Axis-aligned rectangle class for bounding boxes and simple components.

Definition in file rectangle.hpp.