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

Member Type Documentation

enum QBoundingVolume::Type

Member Function Documentation

QBoundingVolume::QBoundingVolume()

[virtual] QBoundingVolume::~QBoundingVolume()

[pure virtual] QNodeId QBoundingVolume::id() const

[pure virtual] bool QBoundingVolume::intersects(const QRay3D & ray, QVector3D * q = Q_NULLPTR) const

[pure virtual] Type QBoundingVolume::type() const

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.