LibrePCB Developers Documentation
angle.h File Reference
#include "../qtcompat.h"
#include <QtCore>
+ Include dependency graph for angle.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Angle
 The Angle class is used to represent an angle (for example 12.75 degrees) More...
 

Namespaces

 librepcb
 

Typedefs

using Angle3D = std::tuple< Angle, Angle, Angle >
 

Functions

QDataStream & operator<< (QDataStream &stream, const Angle &angle)
 
QDebug operator<< (QDebug stream, const Angle &angle)
 
QtCompat::Hash qHash (const Angle &key, QtCompat::Hash seed=0) noexcept
 
QDebug operator<< (QDebug stream, const Angle3D &obj)