LibrePCB Developers Documentation
point.h File Reference
#include "../qtcompat.h"
#include "length.h"
#include <QtCore>
+ 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

 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