LibrePCB Developers Documentation
|
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) |
QtCompat::Hash | qHash (const Point &key, QtCompat::Hash seed=0) noexcept |