Code_TYMPAN  4.4.0
Industrial site acoustic simulation
Public Member Functions | Public Attributes | List of all members
BVHPrimitiveInfo Struct Reference
Collaboration diagram for BVHPrimitiveInfo:
Collaboration graph
[legend]

Public Member Functions

 BVHPrimitiveInfo ()
 
 BVHPrimitiveInfo (int pn, const BBox &b)
 

Public Attributes

int primitiveNumber
 
vec3 centroid
 
BBox bounds
 

Detailed Description

Definition at line 21 of file BvhAccelerator.cpp.

Constructor & Destructor Documentation

◆ BVHPrimitiveInfo() [1/2]

BVHPrimitiveInfo::BVHPrimitiveInfo ( )
inline

Definition at line 23 of file BvhAccelerator.cpp.

◆ BVHPrimitiveInfo() [2/2]

BVHPrimitiveInfo::BVHPrimitiveInfo ( int  pn,
const BBox b 
)
inline

Definition at line 24 of file BvhAccelerator.cpp.

Member Data Documentation

◆ bounds

BBox BVHPrimitiveInfo::bounds

Definition at line 30 of file BvhAccelerator.cpp.

◆ centroid

vec3 BVHPrimitiveInfo::centroid

Definition at line 29 of file BvhAccelerator.cpp.

◆ primitiveNumber

int BVHPrimitiveInfo::primitiveNumber

Definition at line 28 of file BvhAccelerator.cpp.


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