Pioneer
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
BvhNode Struct Reference
Collaboration diagram for BvhNode:
Collaboration graph
[legend]

Public Member Functions

 BvhNode ()
 
bool CollideRay (const vector3d &start, const vector3d &invDir, isect_t *isect)
 

Public Attributes

Aabb aabb
 
int numGeoms
 
Geom ** geomStart
 
BvhNodekids [2]
 

Constructor & Destructor Documentation

◆ BvhNode()

BvhNode::BvhNode ( )
inline

Member Function Documentation

◆ CollideRay()

bool BvhNode::CollideRay ( const vector3d start,
const vector3d invDir,
isect_t isect 
)
inline

Member Data Documentation

◆ aabb

Aabb BvhNode::aabb

◆ geomStart

Geom** BvhNode::geomStart

◆ kids

BvhNode* BvhNode::kids[2]

◆ numGeoms

int BvhNode::numGeoms

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