Gem Illuminator
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros
Classes | Functions
lightraydata.h File Reference
#include <QObject>

Go to the source code of this file.

Classes

class  LightRayData
 The LightRayData class stores data of a LightRay. The LightRayData doesn't inherit from QObject, so it can be stored in Qt-Containers (currently only those require == or qHash) by Value. Also the data can be copied easily. More...
 

Functions

bool operator== (const LightRayData &ray1, const LightRayData &ray2)
 
uint qHash (const LightRayData &key, uint seed)
 

Function Documentation

bool operator== ( const LightRayData ray1,
const LightRayData ray2 
)
uint qHash ( const LightRayData key,
uint  seed 
)