![]() |
LibrePCB Developers Documentation
|
Include dependency graph for point.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Point |
| The Point class is used to represent a point/coordinate/vector, for example (1.2mm; 5.6mm) for X=1.2mm and Y=5.6mm. More... | |
Namespaces | |
| namespace | librepcb |
Functions | |
| QDataStream & | operator<< (QDataStream &stream, const Point &point) |
| QDebug | operator<< (QDebug stream, const Point &point) |
| std::size_t | qHash (const Point &key, std::size_t seed=0) noexcept |