Pioneer
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
BVHNode Struct Reference

#include <BVHTree.h>

Collaboration diagram for BVHNode:
Collaboration graph
[legend]

Public Member Functions

 BVHNode ()
 
bool IsLeaf () const
 

Public Attributes

Aabb aabb
 
int numTris
 
int * triIndicesStart
 
BVHNodekids [2]
 

Constructor & Destructor Documentation

◆ BVHNode()

BVHNode::BVHNode ( )
inline

Member Function Documentation

◆ IsLeaf()

bool BVHNode::IsLeaf ( ) const
inline

Member Data Documentation

◆ aabb

Aabb BVHNode::aabb

◆ kids

BVHNode* BVHNode::kids[2]

◆ numTris

int BVHNode::numTris

◆ triIndicesStart

int* BVHNode::triIndicesStart

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