Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qssgmeshbvh_p.h File Reference

(7fd08af374a678b79e43f2564310c8e05896484a)

#include <QtQuick3DUtils/private/qtquick3dutilsglobal_p.h>
#include <QtQuick3DUtils/private/qssgbounds3_p.h>
#include <QtQuick3DUtils/private/qssgassert_p.h>
#include <QtGui/QVector2D>
#include <QtCore/QVector>
+ Include dependency graph for qssgmeshbvh_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QSSGMeshBVHNode
 
class  QSSGMeshBVHNode::Handle
 
struct  QSSGMeshBVHTriangle
 
class  QSSGMeshBVH
 

Typedefs

using QSSGMeshBVHTriangles = std::vector<QSSGMeshBVHTriangle>
 
using QSSGMeshBVHRoots = std::vector<QSSGMeshBVHNode::Handle>
 
using QSSGMeshBVHNodes = std::vector<QSSGMeshBVHNode>
 

Typedef Documentation

◆ QSSGMeshBVHNodes

Definition at line 85 of file qssgmeshbvh_p.h.

◆ QSSGMeshBVHRoots

◆ QSSGMeshBVHTriangles