| 
    KiCad PCB EDA Suite
    
   | 
 
Public Member Functions | |
| BVHPrimitiveInfo () | |
| BVHPrimitiveInfo (int aPrimitiveNumber, const BBOX_3D &aBounds) | |
Public Attributes | |
| int | primitiveNumber | 
| BBOX_3D | bounds | 
| SFVEC3F | centroid | 
Definition at line 86 of file bvh_pbrt.cpp.
      
  | 
  inline | 
Definition at line 88 of file bvh_pbrt.cpp.
References bounds, centroid, and primitiveNumber.
      
  | 
  inline | 
Definition at line 95 of file bvh_pbrt.cpp.
References bounds, centroid, and primitiveNumber.
| BBOX_3D BVHPrimitiveInfo::bounds | 
Definition at line 101 of file bvh_pbrt.cpp.
Referenced by BVHPrimitiveInfo(), and BVHPrimitiveInfo().
| SFVEC3F BVHPrimitiveInfo::centroid | 
Definition at line 102 of file bvh_pbrt.cpp.
Referenced by BVHPrimitiveInfo(), BVHPrimitiveInfo(), ComparePoints::operator()(), CompareToBucket::operator()(), and CompareToMid::operator()().
| int BVHPrimitiveInfo::primitiveNumber | 
Definition at line 100 of file bvh_pbrt.cpp.
Referenced by BVHPrimitiveInfo(), and BVHPrimitiveInfo().