RayCasting Namespace
Qt3DRender::RayCasting| Header: | #include <RayCasting> |
Classes
| class | QRay3D |
Functions
| QDataStream & | operator<<(QDataStream &stream, const QRay3D &ray) |
| QDataStream & | operator>>(QDataStream &stream, QRay3D &ray) |
Detailed Description
\internal
Classes
class QRay3D
The QRay3D class defines a directional line in 3D space extending through an origin point. \since 5.5 \ingroup qt3d \ingroup qt3d::math. More...
Function Documentation
QDataStream &operator<<(QDataStream &stream, const QRay3D &ray)
Writes the given ray to the given stream and returns a reference to the stream.
QDataStream &operator>>(QDataStream &stream, QRay3D &ray)
Reads a 3D ray from the given stream into the given ray and returns a reference to the stream.