knowL: Knowledge Libraries
|
Public Member Functions | |
Quaternion (qreal _x, qreal _y, qreal _z, qreal _w) | |
qreal | x () const |
qreal | y () const |
qreal | z () const |
qreal | w () const |
bool | operator== (const Quaternion &_rhs) const |
QByteArray | md5 () const |
QJsonValue | toJsonValue () const |
QCborValue | toCborValue () const |
Static Public Member Functions | |
static Quaternion | identity () |
static knowCore::ReturnValue< Quaternion > | fromJsonValue (const QJsonValue &_value) |
static knowCore::ReturnValue< Quaternion > | fromCborValue (const QCborValue &_value) |