Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QSSGMeshBVHNode Class Reference

#include <qssgmeshbvh_p.h>

Collaboration diagram for QSSGMeshBVHNode:

Classes

class  Handle

Public Attributes

Handle left
Handle right
QSSGBounds3 boundingData
int offset = 0
int count = 0

Friends

class QSSGMeshBVH
class QSSGMeshBVHBuilder

Detailed Description

Definition at line 29 of file qssgmeshbvh_p.h.

◆ QSSGMeshBVH

friend class QSSGMeshBVH
friend

Definition at line 61 of file qssgmeshbvh_p.h.

◆ QSSGMeshBVHBuilder

friend class QSSGMeshBVHBuilder
friend

Definition at line 62 of file qssgmeshbvh_p.h.

Member Data Documentation

◆ boundingData

QSSGBounds3 QSSGMeshBVHNode::boundingData

Definition at line 53 of file qssgmeshbvh_p.h.

◆ count

int QSSGMeshBVHNode::count = 0

Definition at line 58 of file qssgmeshbvh_p.h.

◆ left

Handle QSSGMeshBVHNode::left

Definition at line 51 of file qssgmeshbvh_p.h.

Referenced by testing.tools.safetynet_image.ImageLocations::Left().

◆ offset

◆ right

Handle QSSGMeshBVHNode::right

Definition at line 52 of file qssgmeshbvh_p.h.

Referenced by testing.tools.safetynet_image.ImageLocations::Right().


The documentation for this class was generated from the following file: