QBoundingVolume Class
(Qt3DRender::QBoundingVolume)Public Types
enum | Type { Sphere, Triangle } |
Public Functions
QBoundingVolume() | |
virtual | ~QBoundingVolume() |
virtual Qt3DCore::QNodeId | id() const = 0 |
virtual bool | intersects(const Qt3DCore::QRay3D &ray, QVector3D *q = Q_NULLPTR) const = 0 |
virtual Type | type() const = 0 |
Member Function Documentation
QBoundingVolume::QBoundingVolume()
Default constructs an instance of QBoundingVolume.
[virtual]
QBoundingVolume::~QBoundingVolume()
Destroys the instance of QBoundingVolume. The destructor is virtual.