#include <QMatrix4x4>
#include <scn/iface/global.h>
Go to the source code of this file.
|
_SCN_FUNC QString | sf::toString (const QMatrix4x4 &mtx) |
| Converts a QMatrix4x4 type to a QString. Allows using the QMatrix4x4 type to be serialized as a property.
|
|
_SCN_FUNC void | sf::fromString (QMatrix4x4 &mtx, const QString &str) |
| Converts a QString to a QMatrix4x4 type. Allows using the QMatrix4x4 type to be serialized as a property.
|
|
_SCN_FUNC std::ostream & | operator<< (std::ostream &os, const QMatrix4x4 &m) |
|
◆ operator<<()
_SCN_FUNC std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const QMatrix4x4 & |
m |
|
) |
| |