QBoundingVolume Class
(Qt3D::QBoundingVolume)Inherited By: |
Public Types
enum | Type { Sphere } |
Public Functions
QBoundingVolume() | |
virtual | ~QBoundingVolume() |
virtual QNodeId | id() const = 0 |
virtual bool | intersects(const QRay3D & ray, QVector3D * q = Q_NULLPTR) const = 0 |
virtual Type | type() const = 0 |